public enum Attribute.DataType extends Enum<Attribute.DataType> implements ProtocolMessageEnumEnumeration of attribute's data type.
 Protobuf enum google.cloud.apihub.v1.Attribute.DataType
Implements
ProtocolMessageEnum| Static Fields | |
|---|---|
| Name | Description | 
| DATA_TYPE_UNSPECIFIED | Attribute data type unspecified.   | 
| DATA_TYPE_UNSPECIFIED_VALUE | Attribute data type unspecified.   | 
| ENUM | Attribute's value is of type enum.   | 
| ENUM_VALUE | Attribute's value is of type enum.   | 
| JSON | Attribute's value is of type json.   | 
| JSON_VALUE | Attribute's value is of type json.   | 
| STRING | Attribute's value is of type string.   | 
| STRING_VALUE | Attribute's value is of type string.   | 
| UNRECOGNIZED | |
| URI | Attribute's value is of type uri.   | 
| URI_VALUE | Attribute's value is of type uri.   | 
| 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() | |