BigQuery Data Transfer Service V1 API - Module Google::Cloud::Bigquery::DataTransfer::V1::TransferState (v0.7.1)

Reference documentation and code samples for the BigQuery Data Transfer Service V1 API module Google::Cloud::Bigquery::DataTransfer::V1::TransferState.

Represents data transfer run state.

Constants

TRANSFER_STATE_UNSPECIFIED

value: 0
State placeholder (0).

PENDING

value: 2
Data transfer is scheduled and is waiting to be picked up by data transfer backend (2).

RUNNING

value: 3
Data transfer is in progress (3).

SUCCEEDED

value: 4
Data transfer completed successfully (4).

FAILED

value: 5
Data transfer failed (5).

CANCELLED

value: 6
Data transfer is cancelled (6).