Class Tag.Builder (3.87.0)

public static final class Tag.Builder extends GeneratedMessage.Builder<Tag.Builder> implements TagOrBuilder

The key and value for a tag.

Protobuf type google.cloud.asset.v1.Tag

Implements

TagOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public Tag build()
Returns
Type Description
Tag

buildPartial()

public Tag buildPartial()
Returns
Type Description
Tag

clear()

public Tag.Builder clear()
Returns
Type Description
Tag.Builder
Overrides

clearTagKey()

public Tag.Builder clearTagKey()

TagKey namespaced name, in the format of {ORG_ID}/{TAG_KEY_SHORT_NAME}.

optional string tag_key = 1;

Returns
Type Description
Tag.Builder

This builder for chaining.

clearTagKeyId()

public Tag.Builder clearTagKeyId()

TagKey ID, in the format of tagKeys/{TAG_KEY_ID}.

optional string tag_key_id = 2;

Returns
Type Description
Tag.Builder

This builder for chaining.

clearTagValue()

public Tag.Builder clearTagValue()

TagValue namespaced name, in the format of {ORG_ID}/{TAG_KEY_SHORT_NAME}/{TAG_VALUE_SHORT_NAME}.

optional string tag_value = 3;

Returns
Type Description
Tag.Builder

This builder for chaining.

clearTagValueId()

public Tag.Builder clearTagValueId()

TagValue ID, in the format of tagValues/{TAG_VALUE_ID}.

optional string tag_value_id = 4;

Returns
Type Description
Tag.Builder

This builder for chaining.

getDefaultInstanceForType()

public Tag getDefaultInstanceForType()
Returns
Type Description
Tag

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getTagKey()

public String getTagKey()

TagKey namespaced name, in the format of {ORG_ID}/{TAG_KEY_SHORT_NAME}.

optional string tag_key = 1;

Returns
Type Description
String

The tagKey.

getTagKeyBytes()

public ByteString getTagKeyBytes()

TagKey namespaced name, in the format of {ORG_ID}/{TAG_KEY_SHORT_NAME}.

optional string tag_key = 1;

Returns
Type Description
ByteString

The bytes for tagKey.

getTagKeyId()

public String getTagKeyId()

TagKey ID, in the format of tagKeys/{TAG_KEY_ID}.

optional string tag_key_id = 2;

Returns
Type Description
String

The tagKeyId.

getTagKeyIdBytes()

public ByteString getTagKeyIdBytes()

TagKey ID, in the format of tagKeys/{TAG_KEY_ID}.

optional string tag_key_id = 2;

Returns
Type Description
ByteString

The bytes for tagKeyId.

getTagValue()

public String getTagValue()

TagValue namespaced name, in the format of {ORG_ID}/{TAG_KEY_SHORT_NAME}/{TAG_VALUE_SHORT_NAME}.

optional string tag_value = 3;

Returns
Type Description
String

The tagValue.

getTagValueBytes()

public ByteString getTagValueBytes()

TagValue namespaced name, in the format of {ORG_ID}/{TAG_KEY_SHORT_NAME}/{TAG_VALUE_SHORT_NAME}.

optional string tag_value = 3;

Returns
Type Description
ByteString

The bytes for tagValue.

getTagValueId()

public String getTagValueId()

TagValue ID, in the format of tagValues/{TAG_VALUE_ID}.

optional string tag_value_id = 4;

Returns
Type Description
String

The tagValueId.

getTagValueIdBytes()

public ByteString getTagValueIdBytes()

TagValue ID, in the format of tagValues/{TAG_VALUE_ID}.

optional string tag_value_id = 4;

Returns
Type Description
ByteString

The bytes for tagValueId.

hasTagKey()

public boolean hasTagKey()

TagKey namespaced name, in the format of {ORG_ID}/{TAG_KEY_SHORT_NAME}.

optional string tag_key = 1;

Returns
Type Description
boolean

Whether the tagKey field is set.

hasTagKeyId()

public boolean hasTagKeyId()

TagKey ID, in the format of tagKeys/{TAG_KEY_ID}.

optional string tag_key_id = 2;

Returns
Type Description
boolean

Whether the tagKeyId field is set.

hasTagValue()

public boolean hasTagValue()

TagValue namespaced name, in the format of {ORG_ID}/{TAG_KEY_SHORT_NAME}/{TAG_VALUE_SHORT_NAME}.

optional string tag_value = 3;

Returns
Type Description
boolean

Whether the tagValue field is set.

hasTagValueId()

public boolean hasTagValueId()

TagValue ID, in the format of tagValues/{TAG_VALUE_ID}.

optional string tag_value_id = 4;

Returns
Type Description
boolean

Whether the tagValueId field is set.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Tag other)

public Tag.Builder mergeFrom(Tag other)
Parameter
Name Description
other Tag
Returns
Type Description
Tag.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Tag.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Tag.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Tag.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Tag.Builder
Overrides

setTagKey(String value)

public Tag.Builder setTagKey(String value)

TagKey namespaced name, in the format of {ORG_ID}/{TAG_KEY_SHORT_NAME}.

optional string tag_key = 1;

Parameter
Name Description
value String

The tagKey to set.

Returns
Type Description
Tag.Builder

This builder for chaining.

setTagKeyBytes(ByteString value)

public Tag.Builder setTagKeyBytes(ByteString value)

TagKey namespaced name, in the format of {ORG_ID}/{TAG_KEY_SHORT_NAME}.

optional string tag_key = 1;

Parameter
Name Description
value ByteString

The bytes for tagKey to set.

Returns
Type Description
Tag.Builder

This builder for chaining.

setTagKeyId(String value)

public Tag.Builder setTagKeyId(String value)

TagKey ID, in the format of tagKeys/{TAG_KEY_ID}.

optional string tag_key_id = 2;

Parameter
Name Description
value String

The tagKeyId to set.

Returns
Type Description
Tag.Builder

This builder for chaining.

setTagKeyIdBytes(ByteString value)

public Tag.Builder setTagKeyIdBytes(ByteString value)

TagKey ID, in the format of tagKeys/{TAG_KEY_ID}.

optional string tag_key_id = 2;

Parameter
Name Description
value ByteString

The bytes for tagKeyId to set.

Returns
Type Description
Tag.Builder

This builder for chaining.

setTagValue(String value)

public Tag.Builder setTagValue(String value)

TagValue namespaced name, in the format of {ORG_ID}/{TAG_KEY_SHORT_NAME}/{TAG_VALUE_SHORT_NAME}.

optional string tag_value = 3;

Parameter
Name Description
value String

The tagValue to set.

Returns
Type Description
Tag.Builder

This builder for chaining.

setTagValueBytes(ByteString value)

public Tag.Builder setTagValueBytes(ByteString value)

TagValue namespaced name, in the format of {ORG_ID}/{TAG_KEY_SHORT_NAME}/{TAG_VALUE_SHORT_NAME}.

optional string tag_value = 3;

Parameter
Name Description
value ByteString

The bytes for tagValue to set.

Returns
Type Description
Tag.Builder

This builder for chaining.

setTagValueId(String value)

public Tag.Builder setTagValueId(String value)

TagValue ID, in the format of tagValues/{TAG_VALUE_ID}.

optional string tag_value_id = 4;

Parameter
Name Description
value String

The tagValueId to set.

Returns
Type Description
Tag.Builder

This builder for chaining.

setTagValueIdBytes(ByteString value)

public Tag.Builder setTagValueIdBytes(ByteString value)

TagValue ID, in the format of tagValues/{TAG_VALUE_ID}.

optional string tag_value_id = 4;

Parameter
Name Description
value ByteString

The bytes for tagValueId to set.

Returns
Type Description
Tag.Builder

This builder for chaining.