Class FieldType.EnumType.Builder (1.9.5)

public static final class FieldType.EnumType.Builder extends GeneratedMessageV3.Builder<FieldType.EnumType.Builder> implements FieldType.EnumTypeOrBuilder

Protobuf type google.cloud.datacatalog.v1beta1.FieldType.EnumType

com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)

Static Methods

getDescriptor()

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

Methods

addAllAllowedValues(Iterable<? extends FieldType.EnumType.EnumValue> values)

public FieldType.EnumType.Builder addAllAllowedValues(Iterable<? extends FieldType.EnumType.EnumValue> values)

Required on create; optional on update. The set of allowed values for this enum. This set must not be empty, the display names of the values in this set must not be empty and the display names of the values must be case-insensitively unique within this set. Currently, enum values can only be added to the list of allowed values. Deletion and renaming of enum values are not supported. Can have up to 500 allowed values.

repeated .google.cloud.datacatalog.v1beta1.FieldType.EnumType.EnumValue allowed_values = 1;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.datacatalog.v1beta1.FieldType.EnumType.EnumValue>
Returns

addAllowedValues(FieldType.EnumType.EnumValue value)

public FieldType.EnumType.Builder addAllowedValues(FieldType.EnumType.EnumValue value)

Required on create; optional on update. The set of allowed values for this enum. This set must not be empty, the display names of the values in this set must not be empty and the display names of the values must be case-insensitively unique within this set. Currently, enum values can only be added to the list of allowed values. Deletion and renaming of enum values are not supported. Can have up to 500 allowed values.

repeated .google.cloud.datacatalog.v1beta1.FieldType.EnumType.EnumValue allowed_values = 1;

Parameter
NameDescription
valueFieldType.EnumType.EnumValue
Returns

addAllowedValues(FieldType.EnumType.EnumValue.Builder builderForValue)

public FieldType.EnumType.Builder addAllowedValues(FieldType.EnumType.EnumValue.Builder builderForValue)

Required on create; optional on update. The set of allowed values for this enum. This set must not be empty, the display names of the values in this set must not be empty and the display names of the values must be case-insensitively unique within this set. Currently, enum values can only be added to the list of allowed values. Deletion and renaming of enum values are not supported. Can have up to 500 allowed values.

repeated .google.cloud.datacatalog.v1beta1.FieldType.EnumType.EnumValue allowed_values = 1;

Parameter
NameDescription
builderForValueFieldType.EnumType.EnumValue.Builder
Returns

addAllowedValues(int index, FieldType.EnumType.EnumValue value)

public FieldType.EnumType.Builder addAllowedValues(int index, FieldType.EnumType.EnumValue value)

Required on create; optional on update. The set of allowed values for this enum. This set must not be empty, the display names of the values in this set must not be empty and the display names of the values must be case-insensitively unique within this set. Currently, enum values can only be added to the list of allowed values. Deletion and renaming of enum values are not supported. Can have up to 500 allowed values.

repeated .google.cloud.datacatalog.v1beta1.FieldType.EnumType.EnumValue allowed_values = 1;

Parameters
NameDescription
indexint
valueFieldType.EnumType.EnumValue
Returns

addAllowedValues(int index, FieldType.EnumType.EnumValue.Builder builderForValue)

public FieldType.EnumType.Builder addAllowedValues(int index, FieldType.EnumType.EnumValue.Builder builderForValue)

Required on create; optional on update. The set of allowed values for this enum. This set must not be empty, the display names of the values in this set must not be empty and the display names of the values must be case-insensitively unique within this set. Currently, enum values can only be added to the list of allowed values. Deletion and renaming of enum values are not supported. Can have up to 500 allowed values.

repeated .google.cloud.datacatalog.v1beta1.FieldType.EnumType.EnumValue allowed_values = 1;

Parameters
NameDescription
indexint
builderForValueFieldType.EnumType.EnumValue.Builder
Returns

addAllowedValuesBuilder()

public FieldType.EnumType.EnumValue.Builder addAllowedValuesBuilder()

Required on create; optional on update. The set of allowed values for this enum. This set must not be empty, the display names of the values in this set must not be empty and the display names of the values must be case-insensitively unique within this set. Currently, enum values can only be added to the list of allowed values. Deletion and renaming of enum values are not supported. Can have up to 500 allowed values.

repeated .google.cloud.datacatalog.v1beta1.FieldType.EnumType.EnumValue allowed_values = 1;

Returns

addAllowedValuesBuilder(int index)

public FieldType.EnumType.EnumValue.Builder addAllowedValuesBuilder(int index)

Required on create; optional on update. The set of allowed values for this enum. This set must not be empty, the display names of the values in this set must not be empty and the display names of the values must be case-insensitively unique within this set. Currently, enum values can only be added to the list of allowed values. Deletion and renaming of enum values are not supported. Can have up to 500 allowed values.

repeated .google.cloud.datacatalog.v1beta1.FieldType.EnumType.EnumValue allowed_values = 1;

Parameter
NameDescription
indexint
Returns

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public FieldType.EnumType build()
Returns
TypeDescription
FieldType.EnumType

buildPartial()

public FieldType.EnumType buildPartial()
Returns
TypeDescription
FieldType.EnumType

clear()

public FieldType.EnumType.Builder clear()
Returns Overrides

clearAllowedValues()

public FieldType.EnumType.Builder clearAllowedValues()

Required on create; optional on update. The set of allowed values for this enum. This set must not be empty, the display names of the values in this set must not be empty and the display names of the values must be case-insensitively unique within this set. Currently, enum values can only be added to the list of allowed values. Deletion and renaming of enum values are not supported. Can have up to 500 allowed values.

repeated .google.cloud.datacatalog.v1beta1.FieldType.EnumType.EnumValue allowed_values = 1;

Returns

clearField(Descriptors.FieldDescriptor field)

public FieldType.EnumType.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public FieldType.EnumType.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns Overrides

clone()

public FieldType.EnumType.Builder clone()
Returns Overrides

getAllowedValues(int index)

public FieldType.EnumType.EnumValue getAllowedValues(int index)

Required on create; optional on update. The set of allowed values for this enum. This set must not be empty, the display names of the values in this set must not be empty and the display names of the values must be case-insensitively unique within this set. Currently, enum values can only be added to the list of allowed values. Deletion and renaming of enum values are not supported. Can have up to 500 allowed values.

repeated .google.cloud.datacatalog.v1beta1.FieldType.EnumType.EnumValue allowed_values = 1;

Parameter
NameDescription
indexint
Returns

getAllowedValuesBuilder(int index)

public FieldType.EnumType.EnumValue.Builder getAllowedValuesBuilder(int index)

Required on create; optional on update. The set of allowed values for this enum. This set must not be empty, the display names of the values in this set must not be empty and the display names of the values must be case-insensitively unique within this set. Currently, enum values can only be added to the list of allowed values. Deletion and renaming of enum values are not supported. Can have up to 500 allowed values.

repeated .google.cloud.datacatalog.v1beta1.FieldType.EnumType.EnumValue allowed_values = 1;

Parameter
NameDescription
indexint
Returns

getAllowedValuesBuilderList()

public List<FieldType.EnumType.EnumValue.Builder> getAllowedValuesBuilderList()

Required on create; optional on update. The set of allowed values for this enum. This set must not be empty, the display names of the values in this set must not be empty and the display names of the values must be case-insensitively unique within this set. Currently, enum values can only be added to the list of allowed values. Deletion and renaming of enum values are not supported. Can have up to 500 allowed values.

repeated .google.cloud.datacatalog.v1beta1.FieldType.EnumType.EnumValue allowed_values = 1;

Returns
TypeDescription
List<Builder>

getAllowedValuesCount()

public int getAllowedValuesCount()

Required on create; optional on update. The set of allowed values for this enum. This set must not be empty, the display names of the values in this set must not be empty and the display names of the values must be case-insensitively unique within this set. Currently, enum values can only be added to the list of allowed values. Deletion and renaming of enum values are not supported. Can have up to 500 allowed values.

repeated .google.cloud.datacatalog.v1beta1.FieldType.EnumType.EnumValue allowed_values = 1;

Returns
TypeDescription
int

getAllowedValuesList()

public List<FieldType.EnumType.EnumValue> getAllowedValuesList()

Required on create; optional on update. The set of allowed values for this enum. This set must not be empty, the display names of the values in this set must not be empty and the display names of the values must be case-insensitively unique within this set. Currently, enum values can only be added to the list of allowed values. Deletion and renaming of enum values are not supported. Can have up to 500 allowed values.

repeated .google.cloud.datacatalog.v1beta1.FieldType.EnumType.EnumValue allowed_values = 1;

Returns
TypeDescription
List<EnumValue>

getAllowedValuesOrBuilder(int index)

public FieldType.EnumType.EnumValueOrBuilder getAllowedValuesOrBuilder(int index)

Required on create; optional on update. The set of allowed values for this enum. This set must not be empty, the display names of the values in this set must not be empty and the display names of the values must be case-insensitively unique within this set. Currently, enum values can only be added to the list of allowed values. Deletion and renaming of enum values are not supported. Can have up to 500 allowed values.

repeated .google.cloud.datacatalog.v1beta1.FieldType.EnumType.EnumValue allowed_values = 1;

Parameter
NameDescription
indexint
Returns

getAllowedValuesOrBuilderList()

public List<? extends FieldType.EnumType.EnumValueOrBuilder> getAllowedValuesOrBuilderList()

Required on create; optional on update. The set of allowed values for this enum. This set must not be empty, the display names of the values in this set must not be empty and the display names of the values must be case-insensitively unique within this set. Currently, enum values can only be added to the list of allowed values. Deletion and renaming of enum values are not supported. Can have up to 500 allowed values.

repeated .google.cloud.datacatalog.v1beta1.FieldType.EnumType.EnumValue allowed_values = 1;

Returns
TypeDescription
List<? extends com.google.cloud.datacatalog.v1beta1.FieldType.EnumType.EnumValueOrBuilder>

getDefaultInstanceForType()

public FieldType.EnumType getDefaultInstanceForType()
Returns
TypeDescription
FieldType.EnumType

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(FieldType.EnumType other)

public FieldType.EnumType.Builder mergeFrom(FieldType.EnumType other)
Parameter
NameDescription
otherFieldType.EnumType
Returns

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

public FieldType.EnumType.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final FieldType.EnumType.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns Overrides

removeAllowedValues(int index)

public FieldType.EnumType.Builder removeAllowedValues(int index)

Required on create; optional on update. The set of allowed values for this enum. This set must not be empty, the display names of the values in this set must not be empty and the display names of the values must be case-insensitively unique within this set. Currently, enum values can only be added to the list of allowed values. Deletion and renaming of enum values are not supported. Can have up to 500 allowed values.

repeated .google.cloud.datacatalog.v1beta1.FieldType.EnumType.EnumValue allowed_values = 1;

Parameter
NameDescription
indexint
Returns

setAllowedValues(int index, FieldType.EnumType.EnumValue value)

public FieldType.EnumType.Builder setAllowedValues(int index, FieldType.EnumType.EnumValue value)

Required on create; optional on update. The set of allowed values for this enum. This set must not be empty, the display names of the values in this set must not be empty and the display names of the values must be case-insensitively unique within this set. Currently, enum values can only be added to the list of allowed values. Deletion and renaming of enum values are not supported. Can have up to 500 allowed values.

repeated .google.cloud.datacatalog.v1beta1.FieldType.EnumType.EnumValue allowed_values = 1;

Parameters
NameDescription
indexint
valueFieldType.EnumType.EnumValue
Returns

setAllowedValues(int index, FieldType.EnumType.EnumValue.Builder builderForValue)

public FieldType.EnumType.Builder setAllowedValues(int index, FieldType.EnumType.EnumValue.Builder builderForValue)

Required on create; optional on update. The set of allowed values for this enum. This set must not be empty, the display names of the values in this set must not be empty and the display names of the values must be case-insensitively unique within this set. Currently, enum values can only be added to the list of allowed values. Deletion and renaming of enum values are not supported. Can have up to 500 allowed values.

repeated .google.cloud.datacatalog.v1beta1.FieldType.EnumType.EnumValue allowed_values = 1;

Parameters
NameDescription
indexint
builderForValueFieldType.EnumType.EnumValue.Builder
Returns

setField(Descriptors.FieldDescriptor field, Object value)

public FieldType.EnumType.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns Overrides

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

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

setUnknownFields(UnknownFieldSet unknownFields)

public final FieldType.EnumType.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns Overrides