public static final class TagField.Builder extends GeneratedMessageV3.Builder<TagField.Builder> implements TagFieldOrBuilder
Contains the value and additional information on a field within
a [Tag][google.cloud.datacatalog.v1.Tag].
Protobuf type google.cloud.datacatalog.v1.TagField
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TagField.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
Returns
buildPartial()
public TagField buildPartial()
Returns
clear()
public TagField.Builder clear()
Returns
Overrides
clearBoolValue()
public TagField.Builder clearBoolValue()
The value of a tag field with a boolean type.
bool bool_value = 4;
Returns
clearDisplayName()
public TagField.Builder clearDisplayName()
Output only. The display name of this field.
string display_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
clearDoubleValue()
public TagField.Builder clearDoubleValue()
The value of a tag field with a double type.
double double_value = 2;
Returns
clearEnumValue()
public TagField.Builder clearEnumValue()
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;
Returns
clearField(Descriptors.FieldDescriptor field)
public TagField.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearKind()
public TagField.Builder clearKind()
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public TagField.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clearOrder()
public TagField.Builder clearOrder()
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];
Returns
clearRichtextValue()
public TagField.Builder clearRichtextValue()
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;
Returns
clearStringValue()
public TagField.Builder clearStringValue()
The value of a tag field with a string type.
The maximum length is 2000 UTF-8 characters.
string string_value = 3;
Returns
clearTimestampValue()
public TagField.Builder clearTimestampValue()
The value of a tag field with a timestamp type.
.google.protobuf.Timestamp timestamp_value = 5;
Returns
clone()
public TagField.Builder clone()
Returns
Overrides
getBoolValue()
public boolean getBoolValue()
The value of a tag field with a boolean type.
bool bool_value = 4;
Returns
Type | Description |
boolean | The boolValue.
|
getDefaultInstanceForType()
public TagField getDefaultInstanceForType()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
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()
The value of a tag field with a double type.
double double_value = 2;
Returns
Type | Description |
double | The doubleValue.
|
getEnumValue()
public 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;
Returns
getEnumValueBuilder()
public TagField.EnumValue.Builder getEnumValueBuilder()
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;
Returns
getEnumValueOrBuilder()
public 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;
Returns
getKindCase()
public TagField.KindCase getKindCase()
Returns
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];
Returns
Type | Description |
int | The order.
|
getRichtextValue()
public 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;
Returns
Type | Description |
String | The richtextValue.
|
getRichtextValueBytes()
public 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;
Returns
Type | Description |
ByteString | The bytes for richtextValue.
|
getStringValue()
public String getStringValue()
The value of a tag field with a string type.
The maximum length is 2000 UTF-8 characters.
string string_value = 3;
Returns
Type | Description |
String | The stringValue.
|
getStringValueBytes()
public ByteString getStringValueBytes()
The value of a tag field with a string type.
The maximum length is 2000 UTF-8 characters.
string string_value = 3;
Returns
Type | Description |
ByteString | The bytes for stringValue.
|
getTimestampValue()
public Timestamp getTimestampValue()
The value of a tag field with a timestamp type.
.google.protobuf.Timestamp timestamp_value = 5;
Returns
getTimestampValueBuilder()
public Timestamp.Builder getTimestampValueBuilder()
The value of a tag field with a timestamp type.
.google.protobuf.Timestamp timestamp_value = 5;
Returns
getTimestampValueOrBuilder()
public TimestampOrBuilder getTimestampValueOrBuilder()
The value of a tag field with a timestamp type.
.google.protobuf.Timestamp timestamp_value = 5;
Returns
hasBoolValue()
public boolean hasBoolValue()
The value of a tag field with a boolean type.
bool bool_value = 4;
Returns
Type | Description |
boolean | Whether the boolValue field is set.
|
hasDoubleValue()
public boolean hasDoubleValue()
The value of a tag field with a double type.
double double_value = 2;
Returns
Type | Description |
boolean | Whether the doubleValue field is set.
|
hasEnumValue()
public 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;
Returns
Type | Description |
boolean | Whether the enumValue field is set.
|
hasRichtextValue()
public 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;
Returns
Type | Description |
boolean | Whether the richtextValue field is set.
|
hasStringValue()
public boolean hasStringValue()
The value of a tag field with a string type.
The maximum length is 2000 UTF-8 characters.
string string_value = 3;
Returns
Type | Description |
boolean | Whether the stringValue field is set.
|
hasTimestampValue()
public boolean hasTimestampValue()
The value of a tag field with a timestamp type.
.google.protobuf.Timestamp timestamp_value = 5;
Returns
Type | Description |
boolean | Whether the timestampValue field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeEnumValue(TagField.EnumValue value)
public TagField.Builder mergeEnumValue(TagField.EnumValue value)
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;
Parameter
Returns
mergeFrom(TagField other)
public TagField.Builder mergeFrom(TagField other)
Parameter
Returns
public TagField.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public TagField.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeTimestampValue(Timestamp value)
public TagField.Builder mergeTimestampValue(Timestamp value)
The value of a tag field with a timestamp type.
.google.protobuf.Timestamp timestamp_value = 5;
Parameter
Returns
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TagField.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setBoolValue(boolean value)
public TagField.Builder setBoolValue(boolean value)
The value of a tag field with a boolean type.
bool bool_value = 4;
Parameter
Name | Description |
value | boolean
The boolValue to set.
|
Returns
setDisplayName(String value)
public TagField.Builder setDisplayName(String value)
Output only. The display name of this field.
string display_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Name | Description |
value | String
The displayName to set.
|
Returns
setDisplayNameBytes(ByteString value)
public TagField.Builder setDisplayNameBytes(ByteString value)
Output only. The display name of this field.
string display_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Name | Description |
value | ByteString
The bytes for displayName to set.
|
Returns
setDoubleValue(double value)
public TagField.Builder setDoubleValue(double value)
The value of a tag field with a double type.
double double_value = 2;
Parameter
Name | Description |
value | double
The doubleValue to set.
|
Returns
setEnumValue(TagField.EnumValue value)
public TagField.Builder setEnumValue(TagField.EnumValue value)
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;
Parameter
Returns
setEnumValue(TagField.EnumValue.Builder builderForValue)
public TagField.Builder setEnumValue(TagField.EnumValue.Builder builderForValue)
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;
Parameter
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public TagField.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setOrder(int value)
public TagField.Builder setOrder(int value)
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];
Parameter
Name | Description |
value | int
The order to set.
|
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TagField.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setRichtextValue(String value)
public TagField.Builder setRichtextValue(String value)
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;
Parameter
Name | Description |
value | String
The richtextValue to set.
|
Returns
setRichtextValueBytes(ByteString value)
public TagField.Builder setRichtextValueBytes(ByteString value)
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;
Parameter
Name | Description |
value | ByteString
The bytes for richtextValue to set.
|
Returns
setStringValue(String value)
public TagField.Builder setStringValue(String value)
The value of a tag field with a string type.
The maximum length is 2000 UTF-8 characters.
string string_value = 3;
Parameter
Name | Description |
value | String
The stringValue to set.
|
Returns
setStringValueBytes(ByteString value)
public TagField.Builder setStringValueBytes(ByteString value)
The value of a tag field with a string type.
The maximum length is 2000 UTF-8 characters.
string string_value = 3;
Parameter
Name | Description |
value | ByteString
The bytes for stringValue to set.
|
Returns
setTimestampValue(Timestamp value)
public TagField.Builder setTimestampValue(Timestamp value)
The value of a tag field with a timestamp type.
.google.protobuf.Timestamp timestamp_value = 5;
Parameter
Returns
setTimestampValue(Timestamp.Builder builderForValue)
public TagField.Builder setTimestampValue(Timestamp.Builder builderForValue)
The value of a tag field with a timestamp type.
.google.protobuf.Timestamp timestamp_value = 5;
Parameter
Name | Description |
builderForValue | Builder
|
Returns
setUnknownFields(UnknownFieldSet unknownFields)
public final TagField.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides