Enum RolloutAction (0.2.0)

public enum RolloutAction extends Enum<RolloutAction> implements ProtocolMessageEnum

RolloutAction indicates the action to be performed on the Rollout.

Protobuf enum google.cloud.saasplatform.saasservicemgmt.v1beta1.RolloutAction

Implements

ProtocolMessageEnum

Static Fields

Name Description
ROLLOUT_ACTION_CANCEL

Cancel the Rollout permanently.

ROLLOUT_ACTION_CANCEL = 3;

ROLLOUT_ACTION_CANCEL_VALUE

Cancel the Rollout permanently.

ROLLOUT_ACTION_CANCEL = 3;

ROLLOUT_ACTION_PAUSE

Pause the Rollout until it is resumed (i.e. RUN is requested).

ROLLOUT_ACTION_PAUSE = 2;

ROLLOUT_ACTION_PAUSE_VALUE

Pause the Rollout until it is resumed (i.e. RUN is requested).

ROLLOUT_ACTION_PAUSE = 2;

ROLLOUT_ACTION_RUN

Run the Rollout until it naturally reaches a terminal state. A rollout requested to run will progress through all natural Rollout States (such as RUNNING -> SUCCEEDED or RUNNING -> FAILED). If retriable errors are encountered during the rollout, the rollout will paused by default and can be resumed by re-requesting this RUN action.

ROLLOUT_ACTION_RUN = 1;

ROLLOUT_ACTION_RUN_VALUE

Run the Rollout until it naturally reaches a terminal state. A rollout requested to run will progress through all natural Rollout States (such as RUNNING -> SUCCEEDED or RUNNING -> FAILED). If retriable errors are encountered during the rollout, the rollout will paused by default and can be resumed by re-requesting this RUN action.

ROLLOUT_ACTION_RUN = 1;

ROLLOUT_ACTION_UNSPECIFIED

Unspecified action, will be treated as RUN by default.

ROLLOUT_ACTION_UNSPECIFIED = 0;

ROLLOUT_ACTION_UNSPECIFIED_VALUE

Unspecified action, will be treated as RUN by default.

ROLLOUT_ACTION_UNSPECIFIED = 0;

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()