public enum Attribute.DefinitionType extends Enum<Attribute.DefinitionType> implements ProtocolMessageEnumEnumeration of attribute definition types.
 Protobuf enum google.cloud.apihub.v1.Attribute.DefinitionType
Implements
ProtocolMessageEnum| Static Fields | |
|---|---|
| Name | Description | 
| DEFINITION_TYPE_UNSPECIFIED | Attribute definition type unspecified.   | 
| DEFINITION_TYPE_UNSPECIFIED_VALUE | Attribute definition type unspecified.   | 
| SYSTEM_DEFINED | The attribute is predefined by the API Hub. Note that only the list of allowed values can be updated in this case via UpdateAttribute method.   | 
| SYSTEM_DEFINED_VALUE | The attribute is predefined by the API Hub. Note that only the list of allowed values can be updated in this case via UpdateAttribute method.   | 
| UNRECOGNIZED | |
| USER_DEFINED | The attribute is defined by the user.   | 
| USER_DEFINED_VALUE | The attribute is defined by the user.   | 
| 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() | |