public enum Property.PropertyType extends Enum<Property.PropertyType> implements ProtocolMessageEnum
Supported data type of the property values
Protobuf enum google.api.Property.PropertyType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
BOOL |
The type is |
BOOL_VALUE |
The type is |
DOUBLE |
The type is 'double'. |
DOUBLE_VALUE |
The type is 'double'. |
INT64 |
The type is |
INT64_VALUE |
The type is |
STRING |
The type is |
STRING_VALUE |
The type is |
UNRECOGNIZED |
|
UNSPECIFIED |
The type is unspecified, and will result in an error. |
UNSPECIFIED_VALUE |
The type is unspecified, and will result in an error. |
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() |