Enum Rollout.RolloutStatus (3.39.0)

public enum Rollout.RolloutStatus extends Enum<Rollout.RolloutStatus> implements ProtocolMessageEnum

Status of a Rollout.

Protobuf enum google.api.servicemanagement.v1.Rollout.RolloutStatus

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CANCELLED

The Rollout has been cancelled. This can happen if you have overlapping Rollout pushes, and the previous ones will be cancelled.

CANCELLED = 3;

CANCELLED_VALUE

The Rollout has been cancelled. This can happen if you have overlapping Rollout pushes, and the previous ones will be cancelled.

CANCELLED = 3;

FAILED

The Rollout has failed and the rollback attempt has failed too.

FAILED = 4;

FAILED_ROLLED_BACK

The Rollout has failed and rolled back to the previous successful Rollout.

FAILED_ROLLED_BACK = 6;

FAILED_ROLLED_BACK_VALUE

The Rollout has failed and rolled back to the previous successful Rollout.

FAILED_ROLLED_BACK = 6;

FAILED_VALUE

The Rollout has failed and the rollback attempt has failed too.

FAILED = 4;

IN_PROGRESS

The Rollout is in progress.

IN_PROGRESS = 1;

IN_PROGRESS_VALUE

The Rollout is in progress.

IN_PROGRESS = 1;

PENDING

The Rollout has not started yet and is pending for execution.

PENDING = 5;

PENDING_VALUE

The Rollout has not started yet and is pending for execution.

PENDING = 5;

ROLLOUT_STATUS_UNSPECIFIED

No status specified.

ROLLOUT_STATUS_UNSPECIFIED = 0;

ROLLOUT_STATUS_UNSPECIFIED_VALUE

No status specified.

ROLLOUT_STATUS_UNSPECIFIED = 0;

SUCCESS

The Rollout has completed successfully.

SUCCESS = 2;

SUCCESS_VALUE

The Rollout has completed successfully.

SUCCESS = 2;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()