Enum DataSource.DataRefreshType (2.41.0)

public enum DataSource.DataRefreshType extends Enum<DataSource.DataRefreshType> implements ProtocolMessageEnum

Represents how the data source supports data auto refresh.

Protobuf enum google.cloud.bigquery.datatransfer.v1.DataSource.DataRefreshType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
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.

CUSTOM_SLIDING_WINDOW = 2;

CUSTOM_SLIDING_WINDOW_VALUE

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.

CUSTOM_SLIDING_WINDOW = 2;

DATA_REFRESH_TYPE_UNSPECIFIED

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

DATA_REFRESH_TYPE_UNSPECIFIED = 0;

DATA_REFRESH_TYPE_UNSPECIFIED_VALUE

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

DATA_REFRESH_TYPE_UNSPECIFIED = 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.

SLIDING_WINDOW = 1;

SLIDING_WINDOW_VALUE

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.

SLIDING_WINDOW = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()