Uses of Class
com.google.cloud.datacatalog.v1beta1.FieldType.EnumType.EnumValue
-
Uses of FieldType.EnumType.EnumValue in com.google.cloud.datacatalog.v1beta1
Methods in com.google.cloud.datacatalog.v1beta1 that return FieldType.EnumType.EnumValueModifier and TypeMethodDescriptionFieldType.EnumType.EnumValue.Builder.build()FieldType.EnumType.EnumValue.Builder.buildPartial()FieldType.EnumType.Builder.getAllowedValues(int index) repeated .google.cloud.datacatalog.v1beta1.FieldType.EnumType.EnumValue allowed_values = 1;FieldType.EnumType.getAllowedValues(int index) repeated .google.cloud.datacatalog.v1beta1.FieldType.EnumType.EnumValue allowed_values = 1;FieldType.EnumTypeOrBuilder.getAllowedValues(int index) repeated .google.cloud.datacatalog.v1beta1.FieldType.EnumType.EnumValue allowed_values = 1;static FieldType.EnumType.EnumValueFieldType.EnumType.EnumValue.getDefaultInstance()FieldType.EnumType.EnumValue.Builder.getDefaultInstanceForType()FieldType.EnumType.EnumValue.getDefaultInstanceForType()static FieldType.EnumType.EnumValueFieldType.EnumType.EnumValue.parseDelimitedFrom(InputStream input) static FieldType.EnumType.EnumValueFieldType.EnumType.EnumValue.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FieldType.EnumType.EnumValueFieldType.EnumType.EnumValue.parseFrom(byte[] data) static FieldType.EnumType.EnumValueFieldType.EnumType.EnumValue.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FieldType.EnumType.EnumValueFieldType.EnumType.EnumValue.parseFrom(com.google.protobuf.ByteString data) static FieldType.EnumType.EnumValueFieldType.EnumType.EnumValue.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FieldType.EnumType.EnumValueFieldType.EnumType.EnumValue.parseFrom(com.google.protobuf.CodedInputStream input) static FieldType.EnumType.EnumValueFieldType.EnumType.EnumValue.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FieldType.EnumType.EnumValueFieldType.EnumType.EnumValue.parseFrom(InputStream input) static FieldType.EnumType.EnumValueFieldType.EnumType.EnumValue.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FieldType.EnumType.EnumValueFieldType.EnumType.EnumValue.parseFrom(ByteBuffer data) static FieldType.EnumType.EnumValueFieldType.EnumType.EnumValue.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.datacatalog.v1beta1 that return types with arguments of type FieldType.EnumType.EnumValueModifier and TypeMethodDescriptionFieldType.EnumType.Builder.getAllowedValuesList()repeated .google.cloud.datacatalog.v1beta1.FieldType.EnumType.EnumValue allowed_values = 1;FieldType.EnumType.getAllowedValuesList()repeated .google.cloud.datacatalog.v1beta1.FieldType.EnumType.EnumValue allowed_values = 1;FieldType.EnumTypeOrBuilder.getAllowedValuesList()repeated .google.cloud.datacatalog.v1beta1.FieldType.EnumType.EnumValue allowed_values = 1;com.google.protobuf.Parser<FieldType.EnumType.EnumValue>FieldType.EnumType.EnumValue.getParserForType()static com.google.protobuf.Parser<FieldType.EnumType.EnumValue>FieldType.EnumType.EnumValue.parser()Methods in com.google.cloud.datacatalog.v1beta1 with parameters of type FieldType.EnumType.EnumValueModifier and TypeMethodDescriptionFieldType.EnumType.Builder.addAllowedValues(int index, FieldType.EnumType.EnumValue value) repeated .google.cloud.datacatalog.v1beta1.FieldType.EnumType.EnumValue allowed_values = 1;FieldType.EnumType.Builder.addAllowedValues(FieldType.EnumType.EnumValue value) repeated .google.cloud.datacatalog.v1beta1.FieldType.EnumType.EnumValue allowed_values = 1;FieldType.EnumType.EnumValue.Builder.mergeFrom(FieldType.EnumType.EnumValue other) FieldType.EnumType.EnumValue.newBuilder(FieldType.EnumType.EnumValue prototype) FieldType.EnumType.Builder.setAllowedValues(int index, FieldType.EnumType.EnumValue value) repeated .google.cloud.datacatalog.v1beta1.FieldType.EnumType.EnumValue allowed_values = 1;Method parameters in com.google.cloud.datacatalog.v1beta1 with type arguments of type FieldType.EnumType.EnumValueModifier and TypeMethodDescriptionFieldType.EnumType.Builder.addAllAllowedValues(Iterable<? extends FieldType.EnumType.EnumValue> values) repeated .google.cloud.datacatalog.v1beta1.FieldType.EnumType.EnumValue allowed_values = 1;