public enum Schema.Type extends Enum<Schema.Type> implements ProtocolMessageEnumOpenAPI data types.
Protobuf enum google.cloud.ces.v1.Schema.Type
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ARRAY |
Array type. |
ARRAY_VALUE |
Array type. |
BOOLEAN |
Boolean type. |
BOOLEAN_VALUE |
Boolean type. |
INTEGER |
Integer type. |
INTEGER_VALUE |
Integer type. |
NUMBER |
Number type. |
NUMBER_VALUE |
Number type. |
OBJECT |
Object type. |
OBJECT_VALUE |
Object type. |
STRING |
String type. |
STRING_VALUE |
String type. |
TYPE_UNSPECIFIED |
Type unspecified. |
TYPE_UNSPECIFIED_VALUE |
Type unspecified. |
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() |
|