public interface TagFieldOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBoolValue()
The value of a tag field with a boolean type.
|
String |
getDisplayName()
Output only.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Output only.
|
double |
getDoubleValue()
The value of a tag field with a double type.
|
TagField.EnumValue |
getEnumValue()
The value of a tag field with an enum type.
|
TagField.EnumValueOrBuilder |
getEnumValueOrBuilder()
The value of a tag field with an enum type.
|
TagField.KindCase |
getKindCase() |
int |
getOrder()
Output only.
|
String |
getRichtextValue()
The value of a tag field with a rich text type.
|
com.google.protobuf.ByteString |
getRichtextValueBytes()
The value of a tag field with a rich text type.
|
String |
getStringValue()
The value of a tag field with a string type.
|
com.google.protobuf.ByteString |
getStringValueBytes()
The value of a tag field with a string type.
|
com.google.protobuf.Timestamp |
getTimestampValue()
The value of a tag field with a timestamp type.
|
com.google.protobuf.TimestampOrBuilder |
getTimestampValueOrBuilder()
The value of a tag field with a timestamp type.
|
boolean |
hasBoolValue()
The value of a tag field with a boolean type.
|
boolean |
hasDoubleValue()
The value of a tag field with a double type.
|
boolean |
hasEnumValue()
The value of a tag field with an enum type.
|
boolean |
hasRichtextValue()
The value of a tag field with a rich text type.
|
boolean |
hasStringValue()
The value of a tag field with a string type.
|
boolean |
hasTimestampValue()
The value of a tag field with a 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()
The value of a tag field with a double type.
double double_value = 2;double getDoubleValue()
The value of a tag field with a double type.
double double_value = 2;boolean hasStringValue()
The value of a tag field with a string type. The maximum length is 2000 UTF-8 characters.
string string_value = 3;String getStringValue()
The value of a tag field with a string type. The maximum length is 2000 UTF-8 characters.
string string_value = 3;com.google.protobuf.ByteString getStringValueBytes()
The value of a tag field with a string type. The maximum length is 2000 UTF-8 characters.
string string_value = 3;boolean hasBoolValue()
The value of a tag field with a boolean type.
bool bool_value = 4;boolean getBoolValue()
The value of a tag field with a boolean type.
bool bool_value = 4;boolean hasTimestampValue()
The value of a tag field with a timestamp type.
.google.protobuf.Timestamp timestamp_value = 5;com.google.protobuf.Timestamp getTimestampValue()
The value of a tag field with a timestamp type.
.google.protobuf.Timestamp timestamp_value = 5;com.google.protobuf.TimestampOrBuilder getTimestampValueOrBuilder()
The value of a tag field with a timestamp type.
.google.protobuf.Timestamp timestamp_value = 5;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;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;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;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;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;com.google.protobuf.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;int getOrder()
Output only. The order of this field with respect to other fields in this tag. Can be set by [Tag][google.cloud.datacatalog.v1.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 don't have to be sequential.
int32 order = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];TagField.KindCase getKindCase()
Copyright © 2023 Google LLC. All rights reserved.