Send feedback
Class TagField (1.17.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.17.0 keyboard_arrow_down
public final class TagField extends GeneratedMessageV3 implements TagFieldOrBuilder
Contains the value and supporting information for a field within
a Tag .
Protobuf type google.cloud.datacatalog.v1beta1.TagField
Static Fields
BOOL_VALUE_FIELD_NUMBER
public static final int BOOL_VALUE_FIELD_NUMBER
Field Value
DISPLAY_NAME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value
DOUBLE_VALUE_FIELD_NUMBER
public static final int DOUBLE_VALUE_FIELD_NUMBER
Field Value
ENUM_VALUE_FIELD_NUMBER
public static final int ENUM_VALUE_FIELD_NUMBER
Field Value
ORDER_FIELD_NUMBER
public static final int ORDER_FIELD_NUMBER
Field Value
STRING_VALUE_FIELD_NUMBER
public static final int STRING_VALUE_FIELD_NUMBER
Field Value
TIMESTAMP_VALUE_FIELD_NUMBER
public static final int TIMESTAMP_VALUE_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static TagField getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static TagField . Builder newBuilder ()
Returns
newBuilder(TagField prototype)
public static TagField . Builder newBuilder ( TagField prototype )
Parameter
Returns
public static TagField parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static TagField parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static TagField parseFrom ( byte [] data )
Parameter
Name Description data
byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static TagField parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static TagField parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TagField parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static TagField parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static TagField parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static TagField parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static TagField parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static TagField parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static TagField parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<TagField> parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getBoolValue()
public boolean getBoolValue ()
Holds the value for a tag field with boolean type.
bool bool_value = 4;
Returns
Type Description boolean
The boolValue.
getDefaultInstanceForType()
public TagField getDefaultInstanceForType ()
Returns
getDisplayName()
public String getDisplayName ()
Output only. The display name of this field.
string display_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
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];
Returns
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;
Returns
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;
Returns
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;
Returns
getKindCase()
public TagField . KindCase getKindCase ()
Returns
getOrder()
Output only. The order of this field with respect to other fields in this tag. It can be
set in 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 do not have to be sequential.
int32 order = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type Description int
The order.
getParserForType()
public Parser<TagField> getParserForType ()
Returns
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getStringValue()
public String getStringValue ()
Holds the value for a tag field with string type.
string string_value = 3;
Returns
Type Description String
The stringValue.
getStringValueBytes()
public ByteString getStringValueBytes ()
Holds the value for a tag field with string type.
string string_value = 3;
Returns
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;
Returns
getTimestampValueOrBuilder()
public TimestampOrBuilder getTimestampValueOrBuilder ()
Holds the value for a tag field with timestamp type.
.google.protobuf.Timestamp timestamp_value = 5;
Returns
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
hasBoolValue()
public boolean hasBoolValue ()
Holds the value for a tag field with boolean type.
bool bool_value = 4;
Returns
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;
Returns
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;
Returns
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;
Returns
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;
Returns
Type Description boolean
Whether the timestampValue field is set.
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public TagField . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected TagField . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public TagField . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-03 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Need to tell us more?
{"lastModified": "Last updated 2024-10-03 UTC."}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-03 UTC."]]