public interface TagFieldOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBoolValue()
Holds the value for a tag field with boolean type.
|
String |
getDisplayName()
Output only.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Output only.
|
double |
getDoubleValue()
Holds the value for a tag field with double type.
|
TagField.EnumValue |
getEnumValue()
Holds the value for a tag field with enum type.
|
TagField.EnumValueOrBuilder |
getEnumValueOrBuilder()
Holds the value for a tag field with enum type.
|
TagField.KindCase |
getKindCase() |
int |
getOrder()
Output only.
|
String |
getStringValue()
Holds the value for a tag field with string type.
|
com.google.protobuf.ByteString |
getStringValueBytes()
Holds the value for a tag field with string type.
|
com.google.protobuf.Timestamp |
getTimestampValue()
Holds the value for a tag field with timestamp type.
|
com.google.protobuf.TimestampOrBuilder |
getTimestampValueOrBuilder()
Holds the value for a tag field with timestamp type.
|
boolean |
hasBoolValue()
Holds the value for a tag field with boolean type.
|
boolean |
hasDoubleValue()
Holds the value for a tag field with double type.
|
boolean |
hasEnumValue()
Holds the value for a tag field with enum type.
|
boolean |
hasStringValue()
Holds the value for a tag field with string type.
|
boolean |
hasTimestampValue()
Holds the value for a tag field with timestamp type.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDisplayName()
Output only. The display name of this field.
string display_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getDisplayNameBytes()
Output only. The display name of this field.
string display_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];boolean hasDoubleValue()
Holds the value for a tag field with double type.
double double_value = 2;double getDoubleValue()
Holds the value for a tag field with double type.
double double_value = 2;boolean hasStringValue()
Holds the value for a tag field with string type.
string string_value = 3;String getStringValue()
Holds the value for a tag field with string type.
string string_value = 3;com.google.protobuf.ByteString getStringValueBytes()
Holds the value for a tag field with string type.
string string_value = 3;boolean hasBoolValue()
Holds the value for a tag field with boolean type.
bool bool_value = 4;boolean getBoolValue()
Holds the value for a tag field with boolean type.
bool bool_value = 4;boolean hasTimestampValue()
Holds the value for a tag field with timestamp type.
.google.protobuf.Timestamp timestamp_value = 5;com.google.protobuf.Timestamp getTimestampValue()
Holds the value for a tag field with timestamp type.
.google.protobuf.Timestamp timestamp_value = 5;com.google.protobuf.TimestampOrBuilder getTimestampValueOrBuilder()
Holds the value for a tag field with timestamp type.
.google.protobuf.Timestamp timestamp_value = 5;boolean hasEnumValue()
Holds the value for a tag field with enum type. This value must be one of the allowed values in the definition of this enum.
.google.cloud.datacatalog.v1beta1.TagField.EnumValue enum_value = 6;TagField.EnumValue getEnumValue()
Holds the value for a tag field with enum type. This value must be one of the allowed values in the definition of this enum.
.google.cloud.datacatalog.v1beta1.TagField.EnumValue enum_value = 6;TagField.EnumValueOrBuilder getEnumValueOrBuilder()
Holds the value for a tag field with enum type. This value must be one of the allowed values in the definition of this enum.
.google.cloud.datacatalog.v1beta1.TagField.EnumValue enum_value = 6;int getOrder()
Output only. The order of this field with respect to other fields in this tag. It can be set in [Tag][google.cloud.datacatalog.v1beta1.TagTemplateField.order]. 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 do not have to be sequential.
int32 order = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];TagField.KindCase getKindCase()
Copyright © 2025 Google LLC. All rights reserved.