Method: locations.tagBindingCollections.patch

Updates tag bindings directly attached to a Google Cloud resource. Update_mask can be kept empty or "*".

HTTP request

PATCH https://cloudresourcemanager.googleapis.com/v3/{tagBindingCollection.name=locations/*/tagBindingCollections/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
tagBindingCollection.name

string

Identifier. The name of the TagBindingCollection, following the convention: locations/{location}/tagBindingCollections/{encoded-full-resource-name} where the encoded-full-resource-name is the UTF-8 encoded name of the Google Cloud resource the TagBindings are bound to. "locations/global/tagBindingCollections/%2f%2fcloudresourcemanager.googleapis.com%2fprojects%2f123"

Query parameters

Parameters
updateMask

string (FieldMask format)

Optional. An update mask to selectively update fields.

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

Request body

The request body contains an instance of TagBindingCollection.

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.