Enum TransferTypes.TransferOperation.Status (1.41.0)

public enum TransferTypes.TransferOperation.Status extends Enum<TransferTypes.TransferOperation.Status> implements ProtocolMessageEnum

The status of a TransferOperation.

Protobuf enum google.storagetransfer.v1.TransferOperation.Status

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ABORTED

Aborted by the user.

ABORTED = 5;

ABORTED_VALUE

Aborted by the user.

ABORTED = 5;

FAILED

Terminated due to an unrecoverable failure.

FAILED = 4;

FAILED_VALUE

Terminated due to an unrecoverable failure.

FAILED = 4;

IN_PROGRESS

In progress.

IN_PROGRESS = 1;

IN_PROGRESS_VALUE

In progress.

IN_PROGRESS = 1;

PAUSED

Paused.

PAUSED = 2;

PAUSED_VALUE

Paused.

PAUSED = 2;

QUEUED

Temporarily delayed by the system. No user action is required.

QUEUED = 6;

QUEUED_VALUE

Temporarily delayed by the system. No user action is required.

QUEUED = 6;

STATUS_UNSPECIFIED

Zero is an illegal value.

STATUS_UNSPECIFIED = 0;

STATUS_UNSPECIFIED_VALUE

Zero is an illegal value.

STATUS_UNSPECIFIED = 0;

SUCCESS

Completed successfully.

SUCCESS = 3;

SUCCESS_VALUE

Completed successfully.

SUCCESS = 3;

SUSPENDING

The operation is suspending and draining the ongoing work to completion.

SUSPENDING = 7;

SUSPENDING_VALUE

The operation is suspending and draining the ongoing work to completion.

SUSPENDING = 7;

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