Reference documentation and code samples for the Google Cloud Config Delivery V1 Client class Lifecycle.
Lifecycle indicates the state of the Release. A published release is
immutable.
Protobuf type google.cloud.configdelivery.v1.Release.Lifecycle
Namespace
Google \ Cloud \ ConfigDelivery \ V1 \ ReleaseMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
LIFECYCLE_UNSPECIFIED
Value: 0indicates lifecycle has not been specified.
Generated from protobuf enum LIFECYCLE_UNSPECIFIED = 0;
DRAFT
Value: 1indicates that the Release is being edited.
Generated from protobuf enum DRAFT = 1;
PUBLISHED
Value: 2indicates that the Release is now published (or released) and
immutable.
Generated from protobuf enum PUBLISHED = 2;