REST Resource: locations.tagBindingCollections Stay organized with collections Save and categorize content based on your preferences.
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 |
Identifier. The name of the TagBindingCollection, following the convention: |
fullResourceName |
The full resource name of the resource the TagBindings are bound to. E.g. |
tags |
Tag keys/values directly bound to this resource, specified in namespaced format. For example: "123/environment": "production" |
etag |
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 | |
|---|---|
| Returns tag bindings directly attached to a Google Cloud resource. |
| 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.