public enum ConfigVariableTemplate.ValueType extends Enum<ConfigVariableTemplate.ValueType> implements ProtocolMessageEnumValueType indicates the data type of the value.
 Protobuf enum google.cloud.apihub.v1.ConfigVariableTemplate.ValueType
Implements
ProtocolMessageEnum| Static Fields | |
|---|---|
| Name | Description | 
| BOOL | Value type is boolean.   | 
| BOOL_VALUE | Value type is boolean.   | 
| ENUM | Value type is enum.   | 
| ENUM_VALUE | Value type is enum.   | 
| INT | Value type is integer.   | 
| INT_VALUE | Value type is integer.   | 
| MULTI_INT | Value type is multi int.   | 
| MULTI_INT_VALUE | Value type is multi int.   | 
| MULTI_SELECT | Value type is multi select.   | 
| MULTI_SELECT_VALUE | Value type is multi select.   | 
| MULTI_STRING | Value type is multi string.   | 
| MULTI_STRING_VALUE | Value type is multi string.   | 
| SECRET | Value type is secret.   | 
| SECRET_VALUE | Value type is secret.   | 
| STRING | Value type is string.   | 
| STRING_VALUE | Value type is string.   | 
| UNRECOGNIZED | |
| VALUE_TYPE_UNSPECIFIED | Value type is not specified.   | 
| VALUE_TYPE_UNSPECIFIED_VALUE | Value type is not specified.   | 
| 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() | |