public enum UnitVariable.Type extends Enum<UnitVariable.Type> implements ProtocolMessageEnum
Enumeration of variable types.
Protobuf enum google.cloud.saasplatform.saasservicemgmt.v1beta1.UnitVariable.Type
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
BOOL |
Variable type is bool. |
BOOL_VALUE |
Variable type is bool. |
INT |
Variable type is int. |
INT_VALUE |
Variable type is int. |
STRING |
Variable type is string. |
STRING_VALUE |
Variable type is string. |
TYPE_UNSPECIFIED |
Variable type is unspecified. |
TYPE_UNSPECIFIED_VALUE |
Variable type is unspecified. |
UNRECOGNIZED |
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() |