public class CloudResourceManager.TagBindings extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
CloudResourceManager.TagBindings.Create |
class |
CloudResourceManager.TagBindings.Delete |
class |
CloudResourceManager.TagBindings.List |
| Constructor and Description |
|---|
TagBindings() |
| Modifier and Type | Method and Description |
|---|---|
CloudResourceManager.TagBindings.Create |
create(TagBinding content)
Creates a TagBinding between a TagValue and a Google Cloud resource.
|
CloudResourceManager.TagBindings.Delete |
delete(String name)
Deletes a TagBinding.
|
CloudResourceManager.TagBindings.List |
list()
Lists the TagBindings for the given Google Cloud resource, as specified with `parent`.
|
public CloudResourceManager.TagBindings.Create create(TagBinding content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the TagBindingIOExceptionpublic CloudResourceManager.TagBindings.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the TagBinding. This is a String of the form: `tagBindings/{id}` (e.g.
`tagBindings/%2F%2Fcloudresourcemanager.googleapis.com%2Fprojects%2F123/tagValues/456`).IOExceptionpublic CloudResourceManager.TagBindings.List list() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.IOExceptionCopyright © 2011–2023 Google. All rights reserved.