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() |
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 |
hasEnumValue()
Holds the value for a tag field with enum 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;com.google.protobuf.ByteString getDisplayNameBytes()
Output only. The display name of this field.
string display_name = 1;double getDoubleValue()
Holds the value for a tag field with double type.
double double_value = 2;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 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;TagField.KindCase getKindCase()
Copyright © 2019 Google LLC. All rights reserved.