Enum RolloutRestriction.RolloutActions (1.50.0)

public enum RolloutRestriction.RolloutActions extends Enum<RolloutRestriction.RolloutActions> implements ProtocolMessageEnum

Rollout actions to be restricted as part of the policy.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
ADVANCE

Advance the rollout to the next phase.

ADVANCE = 1;

ADVANCE_VALUE

Advance the rollout to the next phase.

ADVANCE = 1;

APPROVE

Approve the rollout.

APPROVE = 2;

APPROVE_VALUE

Approve the rollout.

APPROVE = 2;

CANCEL

Cancel the rollout.

CANCEL = 3;

CANCEL_VALUE

Cancel the rollout.

CANCEL = 3;

CREATE

Create a rollout.

CREATE = 4;

CREATE_VALUE

Create a rollout.

CREATE = 4;

IGNORE_JOB

Ignore a job result on the rollout.

IGNORE_JOB = 5;

IGNORE_JOB_VALUE

Ignore a job result on the rollout.

IGNORE_JOB = 5;

RETRY_JOB

Retry a job for a rollout.

RETRY_JOB = 6;

RETRY_JOB_VALUE

Retry a job for a rollout.

RETRY_JOB = 6;

ROLLBACK

Rollback a rollout.

ROLLBACK = 7;

ROLLBACK_VALUE

Rollback a rollout.

ROLLBACK = 7;

ROLLOUT_ACTIONS_UNSPECIFIED

Unspecified.

ROLLOUT_ACTIONS_UNSPECIFIED = 0;

ROLLOUT_ACTIONS_UNSPECIFIED_VALUE

Unspecified.

ROLLOUT_ACTIONS_UNSPECIFIED = 0;

TERMINATE_JOBRUN

Terminate a jobrun.

TERMINATE_JOBRUN = 8;

TERMINATE_JOBRUN_VALUE

Terminate a jobrun.

TERMINATE_JOBRUN = 8;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()