Google Cloud Deploy V1 Client - Class ApprovalState (0.9.0)

Reference documentation and code samples for the Google Cloud Deploy V1 Client class ApprovalState.

Valid approval states of a Rollout.

Protobuf type google.cloud.deploy.v1.Rollout.ApprovalState

Namespace

Google \ Cloud \ Deploy \ V1 \ Rollout

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

APPROVAL_STATE_UNSPECIFIED

Value: 0

The Rollout has an unspecified approval state.

Generated from protobuf enum APPROVAL_STATE_UNSPECIFIED = 0;

NEEDS_APPROVAL

Value: 1

The Rollout requires approval.

Generated from protobuf enum NEEDS_APPROVAL = 1;

DOES_NOT_NEED_APPROVAL

Value: 2

The Rollout does not require approval.

Generated from protobuf enum DOES_NOT_NEED_APPROVAL = 2;

APPROVED

Value: 3

The Rollout has been approved.

Generated from protobuf enum APPROVED = 3;

REJECTED

Value: 4

The Rollout has been rejected.

Generated from protobuf enum REJECTED = 4;