Google Cloud Config Delivery V1 Client - Class Lifecycle (0.2.0)

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 \ Release

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

LIFECYCLE_UNSPECIFIED

Value: 0

indicates lifecycle has not been specified.

Generated from protobuf enum LIFECYCLE_UNSPECIFIED = 0;

DRAFT

Value: 1

indicates that the Release is being edited.

Generated from protobuf enum DRAFT = 1;

PUBLISHED

Value: 2

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

Generated from protobuf enum PUBLISHED = 2;