public enum HttpOperationDetails.DataType extends Enum<HttpOperationDetails.DataType> implements ProtocolMessageEnum
Type of data
Protobuf enum google.cloud.apihub.v1.HttpOperationDetails.DataType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
BOOL |
Boolean data type |
BOOL_VALUE |
Boolean data type |
DATA_TYPE_UNSPECIFIED |
Unspecified data type |
DATA_TYPE_UNSPECIFIED_VALUE |
Unspecified data type |
FLOAT |
Float data type |
FLOAT_VALUE |
Float data type |
INTEGER |
Integer data type |
INTEGER_VALUE |
Integer data type |
STRING |
String data type |
STRING_VALUE |
String data type |
UNRECOGNIZED |
|
UUID |
UUID data type |
UUID_VALUE |
UUID data type |
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() |