public enum HydratedDeployment.State extends Enum<HydratedDeployment.State> implements ProtocolMessageEnum
State defines which state the current hydrated deployment is in.
Protobuf enum google.cloud.telcoautomation.v1alpha1.HydratedDeployment.State
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
APPLIED | When the edit is applied, the hydrated deployment moves to APPLIED state. No changes can be made once a hydrated deployment is applied. |
APPLIED_VALUE | When the edit is applied, the hydrated deployment moves to APPLIED state. No changes can be made once a hydrated deployment is applied. |
DRAFT | A hydrated deployment starts in DRAFT state. All edits are made in DRAFT state. |
DRAFT_VALUE | A hydrated deployment starts in DRAFT state. All edits are made in DRAFT state. |
STATE_UNSPECIFIED | Unspecified state. |
STATE_UNSPECIFIED_VALUE | Unspecified state. |
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() |