Package | Description |
---|---|
com.google.api.services.cloudresourcemanager.v3.model |
Modifier and Type | Method and Description |
---|---|
EffectiveTag |
EffectiveTag.clone() |
EffectiveTag |
EffectiveTag.set(String fieldName,
Object value) |
EffectiveTag |
EffectiveTag.setInherited(Boolean inherited)
Indicates the inheritance status of a tag value attached to the given resource.
|
EffectiveTag |
EffectiveTag.setNamespacedTagKey(String namespacedTagKey)
The namespaced name of the TagKey.
|
EffectiveTag |
EffectiveTag.setNamespacedTagValue(String namespacedTagValue)
The namespaced name of the TagValue.
|
EffectiveTag |
EffectiveTag.setTagKey(String tagKey)
The name of the TagKey, in the format `tagKeys/{id}`, such as `tagKeys/123`.
|
EffectiveTag |
EffectiveTag.setTagKeyParentName(String tagKeyParentName)
The parent name of the tag key.
|
EffectiveTag |
EffectiveTag.setTagValue(String tagValue)
Resource name for TagValue in the format `tagValues/456`.
|
Modifier and Type | Method and Description |
---|---|
List<EffectiveTag> |
ListEffectiveTagsResponse.getEffectiveTags()
A possibly paginated list of effective tags for the specified resource.
|
Modifier and Type | Method and Description |
---|---|
ListEffectiveTagsResponse |
ListEffectiveTagsResponse.setEffectiveTags(List<EffectiveTag> effectiveTags)
A possibly paginated list of effective tags for the specified resource.
|
Copyright © 2011–2024 Google. All rights reserved.