public enum FieldType.PrimitiveType extends Enum<FieldType.PrimitiveType> implements ProtocolMessageEnum
Protobuf enum google.cloud.datacatalog.v1beta1.FieldType.PrimitiveType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
BOOL |
A boolean value. |
BOOL_VALUE |
A boolean value. |
DOUBLE |
A double precision number. |
DOUBLE_VALUE |
A double precision number. |
PRIMITIVE_TYPE_UNSPECIFIED |
This is the default invalid value for a type. |
PRIMITIVE_TYPE_UNSPECIFIED_VALUE |
This is the default invalid value for a type. |
STRING |
An UTF-8 string. |
STRING_VALUE |
An UTF-8 string. |
TIMESTAMP |
A timestamp. |
TIMESTAMP_VALUE |
A timestamp. |
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() |