Reference documentation and code samples for the BigQuery Data Transfer V1 Client class TransferState.
Represents data transfer run state.
Protobuf type google.cloud.bigquery.datatransfer.v1.TransferState
Namespace
Google \ Cloud \ BigQuery \ DataTransfer \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TRANSFER_STATE_UNSPECIFIED
Value: 0State placeholder (0).
Generated from protobuf enum TRANSFER_STATE_UNSPECIFIED = 0;
PENDING
Value: 2Data transfer is scheduled and is waiting to be picked up by data transfer backend (2).
Generated from protobuf enum PENDING = 2;
RUNNING
Value: 3Data transfer is in progress (3).
Generated from protobuf enum RUNNING = 3;
SUCCEEDED
Value: 4Data transfer completed successfully (4).
Generated from protobuf enum SUCCEEDED = 4;
FAILED
Value: 5Data transfer failed (5).
Generated from protobuf enum FAILED = 5;
CANCELLED
Value: 6Data transfer is cancelled (6).
Generated from protobuf enum CANCELLED = 6;