public enum TerraformVersion.State extends Enum<TerraformVersion.State> implements ProtocolMessageEnum
Possible states of a TerraformVersion.
Protobuf enum google.cloud.config.v1.TerraformVersion.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ACTIVE |
The version is actively supported. |
ACTIVE_VALUE |
The version is actively supported. |
DEPRECATED |
The version is deprecated. |
DEPRECATED_VALUE |
The version is deprecated. |
OBSOLETE |
The version is obsolete. |
OBSOLETE_VALUE |
The version is obsolete. |
STATE_UNSPECIFIED |
The default value. This value is used if the state is omitted. |
STATE_UNSPECIFIED_VALUE |
The default value. This value is used if the state is omitted. |
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() |