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

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

The status of the transfer job.

Protobuf type google.storagetransfer.v1.TransferJob.Status

Namespace

Google \ Cloud \ StorageTransfer \ V1 \ TransferJob

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;

ENABLED

Value: 1

New transfers are performed based on the schedule.

Generated from protobuf enum ENABLED = 1;

DISABLED

Value: 2

New transfers are not scheduled.

Generated from protobuf enum DISABLED = 2;

DELETED

Value: 3

This is a soft delete state. After a transfer job is set to this state, the job and all the transfer executions are subject to garbage collection. Transfer jobs become eligible for garbage collection 30 days after their status is set to DELETED.

Generated from protobuf enum DELETED = 3;