Reference documentation and code samples for the BigQuery Data Transfer V1 Client class TransferType.
DEPRECATED. Represents data transfer type.
Protobuf type google.cloud.bigquery.datatransfer.v1.TransferType
Methods
name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TRANSFER_TYPE_UNSPECIFIED
Value: 0Invalid or Unknown transfer type placeholder.
Generated from protobuf enum TRANSFER_TYPE_UNSPECIFIED = 0;
BATCH
Value: 1Batch data transfer.
Generated from protobuf enum BATCH = 1;
STREAMING
Value: 2Streaming data transfer. Streaming data source currently doesn't support multiple transfer configs per project.
Generated from protobuf enum STREAMING = 2;