Enum Type (3.42.0)

public enum Type extends Enum<Type> implements ProtocolMessageEnum

Type contains the list of OpenAPI data types as defined by https://swagger.io/docs/specification/data-models/data-types/

Protobuf enum google.cloud.aiplatform.v1beta1.Type

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ARRAY

OpenAPI array type

ARRAY = 5;

ARRAY_VALUE

OpenAPI array type

ARRAY = 5;

BOOLEAN

OpenAPI boolean type

BOOLEAN = 4;

BOOLEAN_VALUE

OpenAPI boolean type

BOOLEAN = 4;

INTEGER

OpenAPI integer type

INTEGER = 3;

INTEGER_VALUE

OpenAPI integer type

INTEGER = 3;

NUMBER

OpenAPI number type

NUMBER = 2;

NUMBER_VALUE

OpenAPI number type

NUMBER = 2;

OBJECT

OpenAPI object type

OBJECT = 6;

OBJECT_VALUE

OpenAPI object type

OBJECT = 6;

STRING

OpenAPI string type

STRING = 1;

STRING_VALUE

OpenAPI string type

STRING = 1;

TYPE_UNSPECIFIED

Not specified, should not be used.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

Not specified, should not be used.

TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()