dataSourceType property

  1. @TagNumber(8)
TabularDataSourceType get dataSourceType

The data source type the run executed against. Runs that predate this field report the pipeline's configured data source type.

Implementation

@$pb.TagNumber(8)
$4.TabularDataSourceType get dataSourceType => $_getN(7);
  1. @TagNumber(8)
set dataSourceType (TabularDataSourceType v)

Implementation

@$pb.TagNumber(8)
set dataSourceType($4.TabularDataSourceType v) { setField(8, v); }