Module: Google::Cloud::Bigquery::DataTransfer::V1::DataSource::DataRefreshType

Defined in:
lib/google/cloud/bigquery/data_transfer/v1/doc/google/cloud/bigquery/data_transfer/v1/data_transfer.rb

Overview

Represents how the data source supports data auto refresh.

Constant Summary collapse

DATA_REFRESH_TYPE_UNSPECIFIED =

The data source won't support data auto refresh, which is default value.

0
SLIDING_WINDOW =

The data source supports data auto refresh, and runs will be scheduled for the past few days. Does not allow custom values to be set for each transfer config.

1
CUSTOM_SLIDING_WINDOW =

The data source supports data auto refresh, and runs will be scheduled for the past few days. Allows custom values to be set for each transfer config.

2