Class TagField.Builder (1.8.4)

public static final class TagField.Builder extends GeneratedMessageV3.Builder<TagField.Builder> implements TagFieldOrBuilder

Contains the value and supporting information for a field within a Tag.

Protobuf type google.cloud.datacatalog.v1beta1.TagField

Implements

TagFieldOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public TagField.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
TagField.Builder
Overrides

build()

public TagField build()
Returns
TypeDescription
TagField

buildPartial()

public TagField buildPartial()
Returns
TypeDescription
TagField

clear()

public TagField.Builder clear()
Returns
TypeDescription
TagField.Builder
Overrides

clearBoolValue()

public TagField.Builder clearBoolValue()

Holds the value for a tag field with boolean type.

bool bool_value = 4;

Returns
TypeDescription
TagField.Builder

This builder for chaining.

clearDisplayName()

public TagField.Builder clearDisplayName()

Output only. The display name of this field.

string display_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TagField.Builder

This builder for chaining.

clearDoubleValue()

public TagField.Builder clearDoubleValue()

Holds the value for a tag field with double type.

double double_value = 2;

Returns
TypeDescription
TagField.Builder

This builder for chaining.

clearEnumValue()

public TagField.Builder clearEnumValue()

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
TypeDescription
TagField.Builder

clearField(Descriptors.FieldDescriptor field)

public TagField.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
TagField.Builder
Overrides

clearKind()

public TagField.Builder clearKind()
Returns
TypeDescription
TagField.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public TagField.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
TagField.Builder
Overrides

clearOrder()

public TagField.Builder clearOrder()

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
TypeDescription
TagField.Builder

This builder for chaining.

clearStringValue()

public TagField.Builder clearStringValue()

Holds the value for a tag field with string type.

string string_value = 3;

Returns
TypeDescription
TagField.Builder

This builder for chaining.

clearTimestampValue()

public TagField.Builder clearTimestampValue()

Holds the value for a tag field with timestamp type.

.google.protobuf.Timestamp timestamp_value = 5;

Returns
TypeDescription
TagField.Builder

clone()

public TagField.Builder clone()
Returns
TypeDescription
TagField.Builder
Overrides

getBoolValue()

public boolean getBoolValue()

Holds the value for a tag field with boolean type.

bool bool_value = 4;

Returns
TypeDescription
boolean

The boolValue.

getDefaultInstanceForType()

public TagField getDefaultInstanceForType()
Returns
TypeDescription
TagField

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getDisplayName()

public String getDisplayName()

Output only. The display name of this field.

string display_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
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
TypeDescription
ByteString

The bytes for displayName.

getDoubleValue()

public double getDoubleValue()

Holds the value for a tag field with double type.

double double_value = 2;

Returns
TypeDescription
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
TypeDescription
TagField.EnumValue

The enumValue.

getEnumValueBuilder()

public TagField.EnumValue.Builder getEnumValueBuilder()

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
TypeDescription
TagField.EnumValue.Builder

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
TypeDescription
TagField.EnumValueOrBuilder

getKindCase()

public TagField.KindCase getKindCase()
Returns
TypeDescription
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. 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
TypeDescription
int

The order.

getStringValue()

public String getStringValue()

Holds the value for a tag field with string type.

string string_value = 3;

Returns
TypeDescription
String

The stringValue.

getStringValueBytes()

public ByteString getStringValueBytes()

Holds the value for a tag field with string type.

string string_value = 3;

Returns
TypeDescription
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
TypeDescription
Timestamp

The timestampValue.

getTimestampValueBuilder()

public Timestamp.Builder getTimestampValueBuilder()

Holds the value for a tag field with timestamp type.

.google.protobuf.Timestamp timestamp_value = 5;

Returns
TypeDescription
Builder

getTimestampValueOrBuilder()

public TimestampOrBuilder getTimestampValueOrBuilder()

Holds the value for a tag field with timestamp type.

.google.protobuf.Timestamp timestamp_value = 5;

Returns
TypeDescription
TimestampOrBuilder

hasBoolValue()

public boolean hasBoolValue()

Holds the value for a tag field with boolean type.

bool bool_value = 4;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the timestampValue field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeEnumValue(TagField.EnumValue value)

public TagField.Builder mergeEnumValue(TagField.EnumValue value)

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;

Parameter
NameDescription
valueTagField.EnumValue
Returns
TypeDescription
TagField.Builder

mergeFrom(TagField other)

public TagField.Builder mergeFrom(TagField other)
Parameter
NameDescription
otherTagField
Returns
TypeDescription
TagField.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public TagField.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TagField.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public TagField.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
TagField.Builder
Overrides

mergeTimestampValue(Timestamp value)

public TagField.Builder mergeTimestampValue(Timestamp value)

Holds the value for a tag field with timestamp type.

.google.protobuf.Timestamp timestamp_value = 5;

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
TagField.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final TagField.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
TagField.Builder
Overrides

setBoolValue(boolean value)

public TagField.Builder setBoolValue(boolean value)

Holds the value for a tag field with boolean type.

bool bool_value = 4;

Parameter
NameDescription
valueboolean

The boolValue to set.

Returns
TypeDescription
TagField.Builder

This builder for chaining.

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
NameDescription
valueString

The displayName to set.

Returns
TypeDescription
TagField.Builder

This builder for chaining.

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
NameDescription
valueByteString

The bytes for displayName to set.

Returns
TypeDescription
TagField.Builder

This builder for chaining.

setDoubleValue(double value)

public TagField.Builder setDoubleValue(double value)

Holds the value for a tag field with double type.

double double_value = 2;

Parameter
NameDescription
valuedouble

The doubleValue to set.

Returns
TypeDescription
TagField.Builder

This builder for chaining.

setEnumValue(TagField.EnumValue value)

public TagField.Builder setEnumValue(TagField.EnumValue value)

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;

Parameter
NameDescription
valueTagField.EnumValue
Returns
TypeDescription
TagField.Builder

setEnumValue(TagField.EnumValue.Builder builderForValue)

public TagField.Builder setEnumValue(TagField.EnumValue.Builder builderForValue)

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;

Parameter
NameDescription
builderForValueTagField.EnumValue.Builder
Returns
TypeDescription
TagField.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public TagField.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
TagField.Builder
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. 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];

Parameter
NameDescription
valueint

The order to set.

Returns
TypeDescription
TagField.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public TagField.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
TagField.Builder
Overrides

setStringValue(String value)

public TagField.Builder setStringValue(String value)

Holds the value for a tag field with string type.

string string_value = 3;

Parameter
NameDescription
valueString

The stringValue to set.

Returns
TypeDescription
TagField.Builder

This builder for chaining.

setStringValueBytes(ByteString value)

public TagField.Builder setStringValueBytes(ByteString value)

Holds the value for a tag field with string type.

string string_value = 3;

Parameter
NameDescription
valueByteString

The bytes for stringValue to set.

Returns
TypeDescription
TagField.Builder

This builder for chaining.

setTimestampValue(Timestamp value)

public TagField.Builder setTimestampValue(Timestamp value)

Holds the value for a tag field with timestamp type.

.google.protobuf.Timestamp timestamp_value = 5;

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
TagField.Builder

setTimestampValue(Timestamp.Builder builderForValue)

public TagField.Builder setTimestampValue(Timestamp.Builder builderForValue)

Holds the value for a tag field with timestamp type.

.google.protobuf.Timestamp timestamp_value = 5;

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
TagField.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final TagField.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
TagField.Builder
Overrides