Enum Release.Lifecycle (0.1.0)

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

ProtocolMessageEnum

Static Fields

Name Description
DRAFT

indicates that the Release is being edited.

DRAFT = 1;

DRAFT_VALUE

indicates that the Release is being edited.

DRAFT = 1;

LIFECYCLE_UNSPECIFIED

indicates lifecycle has not been specified.

LIFECYCLE_UNSPECIFIED = 0;

LIFECYCLE_UNSPECIFIED_VALUE

indicates lifecycle has not been specified.

LIFECYCLE_UNSPECIFIED = 0;

PUBLISHED

indicates that the Release is now published (or released) and immutable.

PUBLISHED = 2;

PUBLISHED_VALUE

indicates that the Release is now published (or released) and immutable.

PUBLISHED = 2;

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()