Enum UnitOperation.UnitOperationState (0.2.0)

public enum UnitOperation.UnitOperationState extends Enum<UnitOperation.UnitOperationState> implements ProtocolMessageEnum

UnitOperationState describes the current state of the unit operation.

Protobuf enum google.cloud.saasplatform.saasservicemgmt.v1beta1.UnitOperation.UnitOperationState

Implements

ProtocolMessageEnum

Static Fields

Name Description
UNIT_OPERATION_STATE_CANCELLED

Unit operation was cancelled.

UNIT_OPERATION_STATE_CANCELLED = 7;

UNIT_OPERATION_STATE_CANCELLED_VALUE

Unit operation was cancelled.

UNIT_OPERATION_STATE_CANCELLED = 7;

UNIT_OPERATION_STATE_FAILED

Unit operation has failed.

UNIT_OPERATION_STATE_FAILED = 6;

UNIT_OPERATION_STATE_FAILED_VALUE

Unit operation has failed.

UNIT_OPERATION_STATE_FAILED = 6;

UNIT_OPERATION_STATE_PENDING

Unit operation is accepted but not ready to run.

UNIT_OPERATION_STATE_PENDING = 1;

UNIT_OPERATION_STATE_PENDING_VALUE

Unit operation is accepted but not ready to run.

UNIT_OPERATION_STATE_PENDING = 1;

UNIT_OPERATION_STATE_RUNNING

Unit operation is running.

UNIT_OPERATION_STATE_RUNNING = 4;

UNIT_OPERATION_STATE_RUNNING_VALUE

Unit operation is running.

UNIT_OPERATION_STATE_RUNNING = 4;

UNIT_OPERATION_STATE_SCHEDULED

Unit operation is accepted and scheduled.

UNIT_OPERATION_STATE_SCHEDULED = 2;

UNIT_OPERATION_STATE_SCHEDULED_VALUE

Unit operation is accepted and scheduled.

UNIT_OPERATION_STATE_SCHEDULED = 2;

UNIT_OPERATION_STATE_SUCCEEDED

Unit operation has completed successfully.

UNIT_OPERATION_STATE_SUCCEEDED = 5;

UNIT_OPERATION_STATE_SUCCEEDED_VALUE

Unit operation has completed successfully.

UNIT_OPERATION_STATE_SUCCEEDED = 5;

UNIT_OPERATION_STATE_UNKNOWN

UNIT_OPERATION_STATE_UNKNOWN = 0;

UNIT_OPERATION_STATE_UNKNOWN_VALUE

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