Google Cloud Storage Transfer V1 Client - Class Status (1.1.1)

Reference documentation and code samples for the Google Cloud Storage Transfer V1 Client class Status.

The status of a TransferOperation.

Protobuf type google.storagetransfer.v1.TransferOperation.Status

Namespace

Google \ Cloud \ StorageTransfer \ V1 \ TransferOperation

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

STATUS_UNSPECIFIED

Value: 0

Zero is an illegal value.

Generated from protobuf enum STATUS_UNSPECIFIED = 0;

IN_PROGRESS

Value: 1

In progress.

Generated from protobuf enum IN_PROGRESS = 1;

PAUSED

Value: 2

Paused.

Generated from protobuf enum PAUSED = 2;

SUCCESS

Value: 3

Completed successfully.

Generated from protobuf enum SUCCESS = 3;

FAILED

Value: 4

Terminated due to an unrecoverable failure.

Generated from protobuf enum FAILED = 4;

ABORTED

Value: 5

Aborted by the user.

Generated from protobuf enum ABORTED = 5;

QUEUED

Value: 6

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

Generated from protobuf enum QUEUED = 6;