Enum Schema.Type (0.1.0)

public enum Schema.Type extends Enum<Schema.Type> implements ProtocolMessageEnum

OpenAPI data types.

Protobuf enum google.cloud.ces.v1.Schema.Type

Implements

ProtocolMessageEnum

Static Fields

Name Description
ARRAY

Array type.

ARRAY = 6;

ARRAY_VALUE

Array type.

ARRAY = 6;

BOOLEAN

Boolean type.

BOOLEAN = 4;

BOOLEAN_VALUE

Boolean type.

BOOLEAN = 4;

INTEGER

Integer type.

INTEGER = 2;

INTEGER_VALUE

Integer type.

INTEGER = 2;

NUMBER

Number type.

NUMBER = 3;

NUMBER_VALUE

Number type.

NUMBER = 3;

OBJECT

Object type.

OBJECT = 5;

OBJECT_VALUE

Object type.

OBJECT = 5;

STRING

String type.

STRING = 1;

STRING_VALUE

String type.

STRING = 1;

TYPE_UNSPECIFIED

Type unspecified.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

Type unspecified.

TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()