Module: Google::Cloud::ConfigDelivery::V1::Release::Lifecycle
- Defined in:
- proto_docs/google/cloud/configdelivery/v1/config_delivery.rb
Overview
Lifecycle indicates the state of the Release. A published release is
immutable.
Constant Summary collapse
- LIFECYCLE_UNSPECIFIED =
indicates lifecycle has not been specified.
0- DRAFT =
indicates that the
Releaseis being edited. 1- PUBLISHED =
indicates that the
Releaseis now published (or released) and immutable. 2