Google Cloud Deploy V1 Client - Class RolloutUpdateType (0.14.0)

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

RolloutUpdateType indicates the type of the rollout update.

Protobuf type google.cloud.deploy.v1.RolloutUpdateEvent.RolloutUpdateType

Namespace

Google \ Cloud \ Deploy \ V1 \ RolloutUpdateEvent

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

ROLLOUT_UPDATE_TYPE_UNSPECIFIED

Value: 0

Rollout update type unspecified.

Generated from protobuf enum ROLLOUT_UPDATE_TYPE_UNSPECIFIED = 0;

PENDING

Value: 1

rollout state updated to pending.

Generated from protobuf enum PENDING = 1;

PENDING_RELEASE

Value: 2

Rollout state updated to pending release.

Generated from protobuf enum PENDING_RELEASE = 2;

IN_PROGRESS

Value: 3

Rollout state updated to in progress.

Generated from protobuf enum IN_PROGRESS = 3;

CANCELLING

Value: 4

Rollout state updated to cancelling.

Generated from protobuf enum CANCELLING = 4;

CANCELLED

Value: 5

Rollout state updated to cancelled.

Generated from protobuf enum CANCELLED = 5;

HALTED

Value: 6

Rollout state updated to halted.

Generated from protobuf enum HALTED = 6;

SUCCEEDED

Value: 7

Rollout state updated to succeeded.

Generated from protobuf enum SUCCEEDED = 7;

FAILED

Value: 8

Rollout state updated to failed.

Generated from protobuf enum FAILED = 8;

APPROVAL_REQUIRED

Value: 9

Rollout requires approval.

Generated from protobuf enum APPROVAL_REQUIRED = 9;

APPROVED

Value: 10

Rollout has been approved.

Generated from protobuf enum APPROVED = 10;

REJECTED

Value: 11

Rollout has been rejected.

Generated from protobuf enum REJECTED = 11;

ADVANCE_REQUIRED

Value: 12

Rollout requires advance to the next phase.

Generated from protobuf enum ADVANCE_REQUIRED = 12;

ADVANCED

Value: 13

Rollout has been advanced.

Generated from protobuf enum ADVANCED = 13;