Interface DataProfileAction.TagResources.TagValueOrBuilder (3.53.0)

public static interface DataProfileAction.TagResources.TagValueOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFormatCase()

public abstract DataProfileAction.TagResources.TagValue.FormatCase getFormatCase()
Returns
Type Description
DataProfileAction.TagResources.TagValue.FormatCase

getNamespacedValue()

public abstract String getNamespacedValue()

The namespaced name for the tag value to attach to resources. Must be in the format {parent_id}/{tag_key_short_name}/{short_name}, for example, "123456/environment/prod".

string namespaced_value = 1;

Returns
Type Description
String

The namespacedValue.

getNamespacedValueBytes()

public abstract ByteString getNamespacedValueBytes()

The namespaced name for the tag value to attach to resources. Must be in the format {parent_id}/{tag_key_short_name}/{short_name}, for example, "123456/environment/prod".

string namespaced_value = 1;

Returns
Type Description
ByteString

The bytes for namespacedValue.

hasNamespacedValue()

public abstract boolean hasNamespacedValue()

The namespaced name for the tag value to attach to resources. Must be in the format {parent_id}/{tag_key_short_name}/{short_name}, for example, "123456/environment/prod".

string namespaced_value = 1;

Returns
Type Description
boolean

Whether the namespacedValue field is set.