Enum Operation.SqlOperationStatus (0.1.0)

public enum Operation.SqlOperationStatus extends Enum<Operation.SqlOperationStatus> implements ProtocolMessageEnum

The status of an operation.

Protobuf enum google.cloud.sql.v1.Operation.SqlOperationStatus

Implements

ProtocolMessageEnum

Static Fields

Name Description
DONE

The operation completed.

DONE = 3;

DONE_VALUE

The operation completed.

DONE = 3;

PENDING

The operation has been queued, but has not started yet.

PENDING = 1;

PENDING_VALUE

The operation has been queued, but has not started yet.

PENDING = 1;

RUNNING

The operation is running.

RUNNING = 2;

RUNNING_VALUE

The operation is running.

RUNNING = 2;

SQL_OPERATION_STATUS_UNSPECIFIED

The state of the operation is unknown.

SQL_OPERATION_STATUS_UNSPECIFIED = 0;

SQL_OPERATION_STATUS_UNSPECIFIED_VALUE

The state of the operation is unknown.

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