- 1.52.0 (latest)
- 1.51.0
- 1.50.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.6
- 1.1.0
- 1.0.4
- 0.4.4
public static interface ConditionContext.EffectiveTagOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getInherited()
public abstract boolean getInherited()
Output only. Indicates the inheritance status of a tag value attached to the given resource. If the tag value is inherited from one of the resource's ancestors, inherited will be true. If false, then the tag value is directly attached to the resource, inherited will be false.
bool inherited = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean | The inherited. |
getNamespacedTagKey()
public abstract String getNamespacedTagKey()
Output only. The namespaced name of the TagKey. Can be in the form
{organization_id}/{tag_key_short_name}
or
{project_id}/{tag_key_short_name}
or
{project_number}/{tag_key_short_name}
.
string namespaced_tag_key = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String | The namespacedTagKey. |
getNamespacedTagKeyBytes()
public abstract ByteString getNamespacedTagKeyBytes()
Output only. The namespaced name of the TagKey. Can be in the form
{organization_id}/{tag_key_short_name}
or
{project_id}/{tag_key_short_name}
or
{project_number}/{tag_key_short_name}
.
string namespaced_tag_key = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for namespacedTagKey. |
getNamespacedTagValue()
public abstract String getNamespacedTagValue()
Output only. The namespaced name of the TagValue. Can be in the form
{organization_id}/{tag_key_short_name}/{tag_value_short_name}
or
{project_id}/{tag_key_short_name}/{tag_value_short_name}
or
{project_number}/{tag_key_short_name}/{tag_value_short_name}
.
string namespaced_tag_value = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String | The namespacedTagValue. |
getNamespacedTagValueBytes()
public abstract ByteString getNamespacedTagValueBytes()
Output only. The namespaced name of the TagValue. Can be in the form
{organization_id}/{tag_key_short_name}/{tag_value_short_name}
or
{project_id}/{tag_key_short_name}/{tag_value_short_name}
or
{project_number}/{tag_key_short_name}/{tag_value_short_name}
.
string namespaced_tag_value = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for namespacedTagValue. |
getTagKey()
public abstract String getTagKey()
Output only. The name of the TagKey, in the format tagKeys/{id}
, such
as tagKeys/123
.
string tag_key = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String | The tagKey. |
getTagKeyBytes()
public abstract ByteString getTagKeyBytes()
Output only. The name of the TagKey, in the format tagKeys/{id}
, such
as tagKeys/123
.
string tag_key = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for tagKey. |
getTagKeyParentName()
public abstract String getTagKeyParentName()
The parent name of the tag key.
Must be in the format organizations/{organization_id}
or
projects/{project_number}
string tag_key_parent_name = 6;
Returns | |
---|---|
Type | Description |
String | The tagKeyParentName. |
getTagKeyParentNameBytes()
public abstract ByteString getTagKeyParentNameBytes()
The parent name of the tag key.
Must be in the format organizations/{organization_id}
or
projects/{project_number}
string tag_key_parent_name = 6;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for tagKeyParentName. |
getTagValue()
public abstract String getTagValue()
Output only. Resource name for TagValue in the format tagValues/456
.
string tag_value = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String | The tagValue. |
getTagValueBytes()
public abstract ByteString getTagValueBytes()
Output only. Resource name for TagValue in the format tagValues/456
.
string tag_value = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for tagValue. |