Google Cloud Deploy V1 Client - Class RolloutActions (1.2.0)

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

Rollout actions to be restricted as part of the policy.

Protobuf type google.cloud.deploy.v1.RolloutRestriction.RolloutActions

Namespace

Google \ Cloud \ Deploy \ V1 \ RolloutRestriction

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

ROLLOUT_ACTIONS_UNSPECIFIED

Value: 0

Unspecified.

Generated from protobuf enum ROLLOUT_ACTIONS_UNSPECIFIED = 0;

ADVANCE

Value: 1

Advance the rollout to the next phase.

Generated from protobuf enum ADVANCE = 1;

APPROVE

Value: 2

Approve the rollout.

Generated from protobuf enum APPROVE = 2;

CANCEL

Value: 3

Cancel the rollout.

Generated from protobuf enum CANCEL = 3;

CREATE

Value: 4

Create a rollout.

Generated from protobuf enum CREATE = 4;

IGNORE_JOB

Value: 5

Ignore a job result on the rollout.

Generated from protobuf enum IGNORE_JOB = 5;

RETRY_JOB

Value: 6

Retry a job for a rollout.

Generated from protobuf enum RETRY_JOB = 6;

ROLLBACK

Value: 7

Rollback a rollout.

Generated from protobuf enum ROLLBACK = 7;

TERMINATE_JOBRUN

Value: 8

Terminate a jobrun.

Generated from protobuf enum TERMINATE_JOBRUN = 8;