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.vertexai.v1.Type
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ARRAY |
OpenAPI array type |
ARRAY_VALUE |
OpenAPI array type |
BOOLEAN |
OpenAPI boolean type |
BOOLEAN_VALUE |
OpenAPI boolean type |
INTEGER |
OpenAPI integer type |
INTEGER_VALUE |
OpenAPI integer type |
NUMBER |
OpenAPI number type |
NUMBER_VALUE |
OpenAPI number type |
OBJECT |
OpenAPI object type |
OBJECT_VALUE |
OpenAPI object type |
STRING |
OpenAPI string type |
STRING_VALUE |
OpenAPI string type |
TYPE_UNSPECIFIED |
Not specified, should not be used. |
TYPE_UNSPECIFIED_VALUE |
Not specified, should not be used. |
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() |