Enum RepairState (1.39.0)

public enum RepairState extends Enum<RepairState> implements ProtocolMessageEnum

Valid state of a repair attempt.

Protobuf enum google.cloud.deploy.v1.RepairState

Implements

ProtocolMessageEnum

Static Fields

NameDescription
REPAIR_STATE_CANCELLED

The repair action was cancelled.

REPAIR_STATE_CANCELLED = 2;

REPAIR_STATE_CANCELLED_VALUE

The repair action was cancelled.

REPAIR_STATE_CANCELLED = 2;

REPAIR_STATE_FAILED

The repair action has failed.

REPAIR_STATE_FAILED = 3;

REPAIR_STATE_FAILED_VALUE

The repair action has failed.

REPAIR_STATE_FAILED = 3;

REPAIR_STATE_IN_PROGRESS

The repair action is in progress.

REPAIR_STATE_IN_PROGRESS = 4;

REPAIR_STATE_IN_PROGRESS_VALUE

The repair action is in progress.

REPAIR_STATE_IN_PROGRESS = 4;

REPAIR_STATE_PENDING

The repair action is pending.

REPAIR_STATE_PENDING = 5;

REPAIR_STATE_PENDING_VALUE

The repair action is pending.

REPAIR_STATE_PENDING = 5;

REPAIR_STATE_SKIPPED

The repair action was skipped.

REPAIR_STATE_SKIPPED = 6;

REPAIR_STATE_SKIPPED_VALUE

The repair action was skipped.

REPAIR_STATE_SKIPPED = 6;

REPAIR_STATE_SUCCEEDED

The repair action has succeeded.

REPAIR_STATE_SUCCEEDED = 1;

REPAIR_STATE_SUCCEEDED_VALUE

The repair action has succeeded.

REPAIR_STATE_SUCCEEDED = 1;

REPAIR_STATE_UNSPECIFIED

The repair has an unspecified state.

REPAIR_STATE_UNSPECIFIED = 0;

REPAIR_STATE_UNSPECIFIED_VALUE

The repair has an unspecified state.

REPAIR_STATE_UNSPECIFIED = 0;

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