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: 0
State placeholder (0).
Generated from protobuf enum TRANSFER_STATE_UNSPECIFIED = 0;
PENDING
Value: 2
Data transfer is scheduled and is waiting to be picked up by data transfer backend (2).
Generated from protobuf enum PENDING = 2;
RUNNING
Value: 3
Data transfer is in progress (3).
Generated from protobuf enum RUNNING = 3;
SUCCEEDED
Value: 4
Data transfer completed successfully (4).
Generated from protobuf enum SUCCEEDED = 4;
FAILED
Value: 5
Data transfer failed (5).
Generated from protobuf enum FAILED = 5;
CANCELLED
Value: 6
Data transfer is cancelled (6).
Generated from protobuf enum CANCELLED = 6;