TabularDataSourceType$json top-level constant

  1. @Deprecated('Use tabularDataSourceTypeDescriptor instead')
Map<String, Object> const TabularDataSourceType$json

Implementation

@$core.Deprecated('Use tabularDataSourceTypeDescriptor instead')
const TabularDataSourceType$json = {
  '1': 'TabularDataSourceType',
  '2': [
    {'1': 'TABULAR_DATA_SOURCE_TYPE_UNSPECIFIED', '2': 0},
    {'1': 'TABULAR_DATA_SOURCE_TYPE_STANDARD', '2': 1},
    {'1': 'TABULAR_DATA_SOURCE_TYPE_HOT_STORAGE', '2': 2},
    {'1': 'TABULAR_DATA_SOURCE_TYPE_PIPELINE_SINK', '2': 3},
  ],
};