public enum Release.Lifecycle extends Enum<Release.Lifecycle> implements ProtocolMessageEnum
Lifecycle indicates the state of the Release
. A published release is
immutable.
Protobuf enum google.cloud.configdelivery.v1beta.Release.Lifecycle
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
DRAFT |
indicates that the |
DRAFT_VALUE |
indicates that the |
LIFECYCLE_UNSPECIFIED |
indicates lifecycle has not been specified. |
LIFECYCLE_UNSPECIFIED_VALUE |
indicates lifecycle has not been specified. |
PUBLISHED |
indicates that the |
PUBLISHED_VALUE |
indicates that the |
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() |