Package | Description |
---|---|
com.google.api.services.cloudresourcemanager.v3 | |
com.google.api.services.cloudresourcemanager.v3.model |
Modifier and Type | Method and Description |
---|---|
CloudResourceManager.TagBindings.Create |
CloudResourceManager.TagBindings.create(TagBinding content)
Creates a TagBinding between a TagValue and a Google Cloud resource.
|
Constructor and Description |
---|
Create(TagBinding content)
Creates a TagBinding between a TagValue and a Google Cloud resource.
|
Modifier and Type | Method and Description |
---|---|
TagBinding |
TagBinding.clone() |
TagBinding |
TagBinding.set(String fieldName,
Object value) |
TagBinding |
TagBinding.setName(String name)
Output only.
|
TagBinding |
TagBinding.setParent(String parent)
The full resource name of the resource the TagValue is bound to.
|
TagBinding |
TagBinding.setTagValue(String tagValue)
The TagValue of the TagBinding.
|
TagBinding |
TagBinding.setTagValueNamespacedName(String tagValueNamespacedName)
The namespaced name for the TagValue of the TagBinding.
|
Modifier and Type | Method and Description |
---|---|
List<TagBinding> |
ListTagBindingsResponse.getTagBindings()
A possibly paginated list of TagBindings for the specified resource.
|
Modifier and Type | Method and Description |
---|---|
ListTagBindingsResponse |
ListTagBindingsResponse.setTagBindings(List<TagBinding> tagBindings)
A possibly paginated list of TagBindings for the specified resource.
|
Copyright © 2011–2024 Google. All rights reserved.