REST Resource: locations.tagBindingCollections

Resource: TagBindingCollection

Represents a collection of tags directly bound to a Google Cloud resource.

JSON representation
{"name":string,"fullResourceName":string,"tags":{string:string,...},"etag":string}
Fields
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"

fullResourceName

string

The full resource name of the resource the TagBindings are bound to. E.g.//cloudresourcemanager.googleapis.com/projects/123

tags

map (key: string, value: string)

Tag keys/values directly bound to this resource, specified in namespaced format. For example: "123/environment": "production"

etag

string

Optional. A checksum based on the current bindings which can be passed to prevent race conditions. This field is always set in server responses.

Methods

get

Returns tag bindings directly attached to a Google Cloud resource.

patch

Updates tag bindings directly attached to a Google Cloud resource.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-07-01 UTC.