Module: Google::Cloud::Bigquery::DataTransfer::V1::TransferType Deprecated

Defined in:
proto_docs/google/cloud/bigquery/datatransfer/v1/transfer.rb

Overview

Deprecated.

This enum is deprecated and may be removed in the next major version update.

DEPRECATED. Represents data transfer type.

Constant Summary collapse

TRANSFER_TYPE_UNSPECIFIED =

Invalid or Unknown transfer type placeholder.

0
BATCH =

Batch data transfer.

1
STREAMING =

Streaming data transfer. Streaming data source currently doesn't support multiple transfer configs per project.

2