Package com.google.cloud.datacatalog.v1
Interface FieldType.EnumTypeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FieldType.EnumType,FieldType.EnumType.Builder
- Enclosing class:
- FieldType
public static interface FieldType.EnumTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAllowedValues(int index) The set of allowed values for this enum.intThe set of allowed values for this enum.The set of allowed values for this enum.getAllowedValuesOrBuilder(int index) The set of allowed values for this enum.List<? extends FieldType.EnumType.EnumValueOrBuilder>The set of allowed values for this enum.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getAllowedValuesList
List<FieldType.EnumType.EnumValue> getAllowedValuesList()The set of allowed values for this enum. This set must not be empty and can include up to 100 allowed values. The display names of the values in this set must not be empty and must be case-insensitively unique within this set. The order of items in this set is preserved. This field can be used to create, remove, and reorder enum values. To rename enum values, use the `RenameTagTemplateFieldEnumValue` method.
repeated .google.cloud.datacatalog.v1.FieldType.EnumType.EnumValue allowed_values = 1; -
getAllowedValues
The set of allowed values for this enum. This set must not be empty and can include up to 100 allowed values. The display names of the values in this set must not be empty and must be case-insensitively unique within this set. The order of items in this set is preserved. This field can be used to create, remove, and reorder enum values. To rename enum values, use the `RenameTagTemplateFieldEnumValue` method.
repeated .google.cloud.datacatalog.v1.FieldType.EnumType.EnumValue allowed_values = 1; -
getAllowedValuesCount
int getAllowedValuesCount()The set of allowed values for this enum. This set must not be empty and can include up to 100 allowed values. The display names of the values in this set must not be empty and must be case-insensitively unique within this set. The order of items in this set is preserved. This field can be used to create, remove, and reorder enum values. To rename enum values, use the `RenameTagTemplateFieldEnumValue` method.
repeated .google.cloud.datacatalog.v1.FieldType.EnumType.EnumValue allowed_values = 1; -
getAllowedValuesOrBuilderList
List<? extends FieldType.EnumType.EnumValueOrBuilder> getAllowedValuesOrBuilderList()The set of allowed values for this enum. This set must not be empty and can include up to 100 allowed values. The display names of the values in this set must not be empty and must be case-insensitively unique within this set. The order of items in this set is preserved. This field can be used to create, remove, and reorder enum values. To rename enum values, use the `RenameTagTemplateFieldEnumValue` method.
repeated .google.cloud.datacatalog.v1.FieldType.EnumType.EnumValue allowed_values = 1; -
getAllowedValuesOrBuilder
The set of allowed values for this enum. This set must not be empty and can include up to 100 allowed values. The display names of the values in this set must not be empty and must be case-insensitively unique within this set. The order of items in this set is preserved. This field can be used to create, remove, and reorder enum values. To rename enum values, use the `RenameTagTemplateFieldEnumValue` method.
repeated .google.cloud.datacatalog.v1.FieldType.EnumType.EnumValue allowed_values = 1;
-