- 1.59.0 (latest)
- 1.58.0
- 1.57.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.5
- 1.8.4
- 1.7.2
- 1.6.2
- 1.5.4
public final class TagField extends GeneratedMessageV3 implements TagFieldOrBuilder
Contains the value and supporting information for a field within
a [Tag][google.cloud.datacatalog.v1beta1.Tag].
Protobuf type google.cloud.datacatalog.v1beta1.TagField
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > TagFieldImplements
TagFieldOrBuilderFields
BOOL_VALUE_FIELD_NUMBER
public static final int BOOL_VALUE_FIELD_NUMBER
Type | Description |
int |
DISPLAY_NAME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
Type | Description |
int |
DOUBLE_VALUE_FIELD_NUMBER
public static final int DOUBLE_VALUE_FIELD_NUMBER
Type | Description |
int |
ENUM_VALUE_FIELD_NUMBER
public static final int ENUM_VALUE_FIELD_NUMBER
Type | Description |
int |
ORDER_FIELD_NUMBER
public static final int ORDER_FIELD_NUMBER
Type | Description |
int |
STRING_VALUE_FIELD_NUMBER
public static final int STRING_VALUE_FIELD_NUMBER
Type | Description |
int |
TIMESTAMP_VALUE_FIELD_NUMBER
public static final int TIMESTAMP_VALUE_FIELD_NUMBER
Type | Description |
int |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getBoolValue()
public boolean getBoolValue()
Holds the value for a tag field with boolean type.
bool bool_value = 4;
Type | Description |
boolean | The boolValue. |
getDefaultInstance()
public static TagField getDefaultInstance()
Type | Description |
TagField |
getDefaultInstanceForType()
public TagField getDefaultInstanceForType()
Type | Description |
TagField |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
getDisplayName()
public String getDisplayName()
Output only. The display name of this field.
string display_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
String | The displayName. |
getDisplayNameBytes()
public ByteString getDisplayNameBytes()
Output only. The display name of this field.
string display_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
ByteString | The bytes for displayName. |
getDoubleValue()
public double getDoubleValue()
Holds the value for a tag field with double type.
double double_value = 2;
Type | Description |
double | The doubleValue. |
getEnumValue()
public 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;
Type | Description |
TagField.EnumValue | The enumValue. |
getEnumValueOrBuilder()
public 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;
Type | Description |
TagField.EnumValueOrBuilder |
getKindCase()
public TagField.KindCase getKindCase()
Type | Description |
TagField.KindCase |
getOrder()
public 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];
Type | Description |
int | The order. |
getParserForType()
public Parser<TagField> getParserForType()
Type | Description |
Parser<TagField> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getStringValue()
public String getStringValue()
Holds the value for a tag field with string type.
string string_value = 3;
Type | Description |
String | The stringValue. |
getStringValueBytes()
public ByteString getStringValueBytes()
Holds the value for a tag field with string type.
string string_value = 3;
Type | Description |
ByteString | The bytes for stringValue. |
getTimestampValue()
public Timestamp getTimestampValue()
Holds the value for a tag field with timestamp type.
.google.protobuf.Timestamp timestamp_value = 5;
Type | Description |
Timestamp | The timestampValue. |
getTimestampValueOrBuilder()
public TimestampOrBuilder getTimestampValueOrBuilder()
Holds the value for a tag field with timestamp type.
.google.protobuf.Timestamp timestamp_value = 5;
Type | Description |
TimestampOrBuilder |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hasBoolValue()
public boolean hasBoolValue()
Holds the value for a tag field with boolean type.
bool bool_value = 4;
Type | Description |
boolean | Whether the boolValue field is set. |
hasDoubleValue()
public boolean hasDoubleValue()
Holds the value for a tag field with double type.
double double_value = 2;
Type | Description |
boolean | Whether the doubleValue field is set. |
hasEnumValue()
public 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;
Type | Description |
boolean | Whether the enumValue field is set. |
hasStringValue()
public boolean hasStringValue()
Holds the value for a tag field with string type.
string string_value = 3;
Type | Description |
boolean | Whether the stringValue field is set. |
hasTimestampValue()
public boolean hasTimestampValue()
Holds the value for a tag field with timestamp type.
.google.protobuf.Timestamp timestamp_value = 5;
Type | Description |
boolean | Whether the timestampValue field is set. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilder()
public static TagField.Builder newBuilder()
Type | Description |
TagField.Builder |
newBuilder(TagField prototype)
public static TagField.Builder newBuilder(TagField prototype)
Name | Description |
prototype | TagField |
Type | Description |
TagField.Builder |
newBuilderForType()
public TagField.Builder newBuilderForType()
Type | Description |
TagField.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected TagField.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
TagField.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
parseDelimitedFrom(InputStream input)
public static TagField parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
TagField |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static TagField parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
TagField |
Type | Description |
IOException |
parseFrom(byte[] data)
public static TagField parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
TagField |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static TagField parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
TagField |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static TagField parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
TagField |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TagField parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
TagField |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static TagField parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
TagField |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static TagField parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
TagField |
Type | Description |
IOException |
parseFrom(InputStream input)
public static TagField parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
TagField |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static TagField parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
TagField |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static TagField parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
TagField |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static TagField parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
TagField |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<TagField> parser()
Type | Description |
Parser<TagField> |
toBuilder()
public TagField.Builder toBuilder()
Type | Description |
TagField.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |