Interface TagFieldOrBuilder (1.8.4)

public interface TagFieldOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBoolValue()

public abstract boolean getBoolValue()

The value of a tag field with a boolean type.

bool bool_value = 4;

Returns
TypeDescription
boolean

The boolValue.

getDisplayName()

public abstract String getDisplayName()

Output only. The display name of this field.

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

Returns
TypeDescription
String

The displayName.

getDisplayNameBytes()

public abstract ByteString getDisplayNameBytes()

Output only. The display name of this field.

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

Returns
TypeDescription
ByteString

The bytes for displayName.

getDoubleValue()

public abstract double getDoubleValue()

The value of a tag field with a double type.

double double_value = 2;

Returns
TypeDescription
double

The doubleValue.

getEnumValue()

public abstract TagField.EnumValue getEnumValue()

The value of a tag field with an enum type. This value must be one of the allowed values listed in this enum.

.google.cloud.datacatalog.v1.TagField.EnumValue enum_value = 6;

Returns
TypeDescription
TagField.EnumValue

The enumValue.

getEnumValueOrBuilder()

public abstract TagField.EnumValueOrBuilder getEnumValueOrBuilder()

The value of a tag field with an enum type. This value must be one of the allowed values listed in this enum.

.google.cloud.datacatalog.v1.TagField.EnumValue enum_value = 6;

Returns
TypeDescription
TagField.EnumValueOrBuilder

getKindCase()

public abstract TagField.KindCase getKindCase()
Returns
TypeDescription
TagField.KindCase

getOrder()

public abstract int getOrder()

Output only. The order of this field with respect to other fields in this tag. Can be set by Tag. For example, a higher value can indicate a more important field. The value can be negative. Multiple fields can have the same order, and field orders within a tag don't have to be sequential.

int32 order = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

The order.

getRichtextValue()

public abstract String getRichtextValue()

The value of a tag field with a rich text type. The maximum length is 10 MiB as this value holds HTML descriptions including encoded images. The maximum length of the text without images is 100 KiB.

string richtext_value = 8;

Returns
TypeDescription
String

The richtextValue.

getRichtextValueBytes()

public abstract ByteString getRichtextValueBytes()

The value of a tag field with a rich text type. The maximum length is 10 MiB as this value holds HTML descriptions including encoded images. The maximum length of the text without images is 100 KiB.

string richtext_value = 8;

Returns
TypeDescription
ByteString

The bytes for richtextValue.

getStringValue()

public abstract String getStringValue()

The value of a tag field with a string type. The maximum length is 2000 UTF-8 characters.

string string_value = 3;

Returns
TypeDescription
String

The stringValue.

getStringValueBytes()

public abstract ByteString getStringValueBytes()

The value of a tag field with a string type. The maximum length is 2000 UTF-8 characters.

string string_value = 3;

Returns
TypeDescription
ByteString

The bytes for stringValue.

getTimestampValue()

public abstract Timestamp getTimestampValue()

The value of a tag field with a timestamp type.

.google.protobuf.Timestamp timestamp_value = 5;

Returns
TypeDescription
Timestamp

The timestampValue.

getTimestampValueOrBuilder()

public abstract TimestampOrBuilder getTimestampValueOrBuilder()

The value of a tag field with a timestamp type.

.google.protobuf.Timestamp timestamp_value = 5;

Returns
TypeDescription
TimestampOrBuilder

hasBoolValue()

public abstract boolean hasBoolValue()

The value of a tag field with a boolean type.

bool bool_value = 4;

Returns
TypeDescription
boolean

Whether the boolValue field is set.

hasDoubleValue()

public abstract boolean hasDoubleValue()

The value of a tag field with a double type.

double double_value = 2;

Returns
TypeDescription
boolean

Whether the doubleValue field is set.

hasEnumValue()

public abstract boolean hasEnumValue()

The value of a tag field with an enum type. This value must be one of the allowed values listed in this enum.

.google.cloud.datacatalog.v1.TagField.EnumValue enum_value = 6;

Returns
TypeDescription
boolean

Whether the enumValue field is set.

hasRichtextValue()

public abstract boolean hasRichtextValue()

The value of a tag field with a rich text type. The maximum length is 10 MiB as this value holds HTML descriptions including encoded images. The maximum length of the text without images is 100 KiB.

string richtext_value = 8;

Returns
TypeDescription
boolean

Whether the richtextValue field is set.

hasStringValue()

public abstract boolean hasStringValue()

The value of a tag field with a string type. The maximum length is 2000 UTF-8 characters.

string string_value = 3;

Returns
TypeDescription
boolean

Whether the stringValue field is set.

hasTimestampValue()

public abstract boolean hasTimestampValue()

The value of a tag field with a timestamp type.

.google.protobuf.Timestamp timestamp_value = 5;

Returns
TypeDescription
boolean

Whether the timestampValue field is set.