public class CloudResourceManager.Locations.TagBindingCollections extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
CloudResourceManager.Locations.TagBindingCollections.Get |
class |
CloudResourceManager.Locations.TagBindingCollections.Update |
| Constructor and Description |
|---|
TagBindingCollections() |
| Modifier and Type | Method and Description |
|---|---|
CloudResourceManager.Locations.TagBindingCollections.Get |
get(String name)
Returns tag bindings directly attached to a GCP resource.
|
CloudResourceManager.Locations.TagBindingCollections.Update |
update(String name,
TagBindingCollection content)
Updates tag bindings directly attached to a GCP resource.
|
public CloudResourceManager.Locations.TagBindingCollections.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The full name of the TagBindingCollection in format:
`locations/{location}/tagBindingCollections/{encoded-full-resource-name}` where the
enoded-full-resource-name is the UTF-8 encoded name of the resource the TagBindings are
bound to. E.g. "locations/global/tagBindingCollections/%2f%2fcloudresourcemanager.googleap
is.com%2fprojects%2f123"IOExceptionpublic CloudResourceManager.Locations.TagBindingCollections.Update update(String name, TagBindingCollection content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - 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 GCP resource the TagBindings
are bound to. "locations/global/tagBindingCollections/%2f%2fcloudresourcemanager.googleapi
s.com%2fprojects%2f123"content - the TagBindingCollectionIOExceptionCopyright © 2011–2025 Google. All rights reserved.