Method: tagValues.patch

Updates the attributes of the TagValue resource.

HTTP request

PATCH https://cloudresourcemanager.googleapis.com/v3/{tagValue.name=tagValues/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
tagValue.name

string

Immutable. Resource name for TagValue in the format tagValues/456.

Query parameters

Parameters
updateMask

string (FieldMask format)

Optional. Fields to be updated.

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".

validateOnly

boolean

Optional. True to perform validations necessary for updating the resource, but not actually perform the action.

Request body

The request body contains an instance of TagValue.

Response body

If successful, the response body contains an instance of Operation.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.