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. |