Class ConditionContext.EffectiveTag.Builder (1.40.0)

public static final class ConditionContext.EffectiveTag.Builder extends GeneratedMessageV3.Builder<ConditionContext.EffectiveTag.Builder> implements ConditionContext.EffectiveTagOrBuilder

A tag that applies to a resource during policy evaluation. Tags can be either directly bound to a resource or inherited from its ancestor. EffectiveTag contains the name and namespaced_name of the tag value and tag key, with additional fields of inherited to indicate the inheritance status of the effective tag.

Protobuf type google.cloud.policytroubleshooter.iam.v3.ConditionContext.EffectiveTag

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ConditionContext.EffectiveTag.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ConditionContext.EffectiveTag.Builder
Overrides

build()

public ConditionContext.EffectiveTag build()
Returns
TypeDescription
ConditionContext.EffectiveTag

buildPartial()

public ConditionContext.EffectiveTag buildPartial()
Returns
TypeDescription
ConditionContext.EffectiveTag

clear()

public ConditionContext.EffectiveTag.Builder clear()
Returns
TypeDescription
ConditionContext.EffectiveTag.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public ConditionContext.EffectiveTag.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
ConditionContext.EffectiveTag.Builder
Overrides

clearInherited()

public ConditionContext.EffectiveTag.Builder clearInherited()

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
TypeDescription
ConditionContext.EffectiveTag.Builder

This builder for chaining.

clearNamespacedTagKey()

public ConditionContext.EffectiveTag.Builder clearNamespacedTagKey()

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
TypeDescription
ConditionContext.EffectiveTag.Builder

This builder for chaining.

clearNamespacedTagValue()

public ConditionContext.EffectiveTag.Builder clearNamespacedTagValue()

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
TypeDescription
ConditionContext.EffectiveTag.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public ConditionContext.EffectiveTag.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
ConditionContext.EffectiveTag.Builder
Overrides

clearTagKey()

public ConditionContext.EffectiveTag.Builder clearTagKey()

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
TypeDescription
ConditionContext.EffectiveTag.Builder

This builder for chaining.

clearTagKeyParentName()

public ConditionContext.EffectiveTag.Builder clearTagKeyParentName()

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
TypeDescription
ConditionContext.EffectiveTag.Builder

This builder for chaining.

clearTagValue()

public ConditionContext.EffectiveTag.Builder clearTagValue()

Output only. Resource name for TagValue in the format tagValues/456.

string tag_value = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ConditionContext.EffectiveTag.Builder

This builder for chaining.

clone()

public ConditionContext.EffectiveTag.Builder clone()
Returns
TypeDescription
ConditionContext.EffectiveTag.Builder
Overrides

getDefaultInstanceForType()

public ConditionContext.EffectiveTag getDefaultInstanceForType()
Returns
TypeDescription
ConditionContext.EffectiveTag

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getInherited()

public 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
TypeDescription
boolean

The inherited.

getNamespacedTagKey()

public 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
TypeDescription
String

The namespacedTagKey.

getNamespacedTagKeyBytes()

public 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
TypeDescription
ByteString

The bytes for namespacedTagKey.

getNamespacedTagValue()

public 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
TypeDescription
String

The namespacedTagValue.

getNamespacedTagValueBytes()

public 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
TypeDescription
ByteString

The bytes for namespacedTagValue.

getTagKey()

public 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
TypeDescription
String

The tagKey.

getTagKeyBytes()

public 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
TypeDescription
ByteString

The bytes for tagKey.

getTagKeyParentName()

public 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
TypeDescription
String

The tagKeyParentName.

getTagKeyParentNameBytes()

public 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
TypeDescription
ByteString

The bytes for tagKeyParentName.

getTagValue()

public String getTagValue()

Output only. Resource name for TagValue in the format tagValues/456.

string tag_value = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The tagValue.

getTagValueBytes()

public ByteString getTagValueBytes()

Output only. Resource name for TagValue in the format tagValues/456.

string tag_value = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for tagValue.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ConditionContext.EffectiveTag other)

public ConditionContext.EffectiveTag.Builder mergeFrom(ConditionContext.EffectiveTag other)
Parameter
NameDescription
otherConditionContext.EffectiveTag
Returns
TypeDescription
ConditionContext.EffectiveTag.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ConditionContext.EffectiveTag.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ConditionContext.EffectiveTag.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public ConditionContext.EffectiveTag.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ConditionContext.EffectiveTag.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ConditionContext.EffectiveTag.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ConditionContext.EffectiveTag.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public ConditionContext.EffectiveTag.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ConditionContext.EffectiveTag.Builder
Overrides

setInherited(boolean value)

public ConditionContext.EffectiveTag.Builder setInherited(boolean value)

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];

Parameter
NameDescription
valueboolean

The inherited to set.

Returns
TypeDescription
ConditionContext.EffectiveTag.Builder

This builder for chaining.

setNamespacedTagKey(String value)

public ConditionContext.EffectiveTag.Builder setNamespacedTagKey(String value)

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];

Parameter
NameDescription
valueString

The namespacedTagKey to set.

Returns
TypeDescription
ConditionContext.EffectiveTag.Builder

This builder for chaining.

setNamespacedTagKeyBytes(ByteString value)

public ConditionContext.EffectiveTag.Builder setNamespacedTagKeyBytes(ByteString value)

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];

Parameter
NameDescription
valueByteString

The bytes for namespacedTagKey to set.

Returns
TypeDescription
ConditionContext.EffectiveTag.Builder

This builder for chaining.

setNamespacedTagValue(String value)

public ConditionContext.EffectiveTag.Builder setNamespacedTagValue(String value)

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];

Parameter
NameDescription
valueString

The namespacedTagValue to set.

Returns
TypeDescription
ConditionContext.EffectiveTag.Builder

This builder for chaining.

setNamespacedTagValueBytes(ByteString value)

public ConditionContext.EffectiveTag.Builder setNamespacedTagValueBytes(ByteString value)

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];

Parameter
NameDescription
valueByteString

The bytes for namespacedTagValue to set.

Returns
TypeDescription
ConditionContext.EffectiveTag.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ConditionContext.EffectiveTag.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ConditionContext.EffectiveTag.Builder
Overrides

setTagKey(String value)

public ConditionContext.EffectiveTag.Builder setTagKey(String value)

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];

Parameter
NameDescription
valueString

The tagKey to set.

Returns
TypeDescription
ConditionContext.EffectiveTag.Builder

This builder for chaining.

setTagKeyBytes(ByteString value)

public ConditionContext.EffectiveTag.Builder setTagKeyBytes(ByteString value)

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];

Parameter
NameDescription
valueByteString

The bytes for tagKey to set.

Returns
TypeDescription
ConditionContext.EffectiveTag.Builder

This builder for chaining.

setTagKeyParentName(String value)

public ConditionContext.EffectiveTag.Builder setTagKeyParentName(String value)

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;

Parameter
NameDescription
valueString

The tagKeyParentName to set.

Returns
TypeDescription
ConditionContext.EffectiveTag.Builder

This builder for chaining.

setTagKeyParentNameBytes(ByteString value)

public ConditionContext.EffectiveTag.Builder setTagKeyParentNameBytes(ByteString value)

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;

Parameter
NameDescription
valueByteString

The bytes for tagKeyParentName to set.

Returns
TypeDescription
ConditionContext.EffectiveTag.Builder

This builder for chaining.

setTagValue(String value)

public ConditionContext.EffectiveTag.Builder setTagValue(String value)

Output only. Resource name for TagValue in the format tagValues/456.

string tag_value = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueString

The tagValue to set.

Returns
TypeDescription
ConditionContext.EffectiveTag.Builder

This builder for chaining.

setTagValueBytes(ByteString value)

public ConditionContext.EffectiveTag.Builder setTagValueBytes(ByteString value)

Output only. Resource name for TagValue in the format tagValues/456.

string tag_value = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueByteString

The bytes for tagValue to set.

Returns
TypeDescription
ConditionContext.EffectiveTag.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final ConditionContext.EffectiveTag.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ConditionContext.EffectiveTag.Builder
Overrides