executionSpec property

  1. @TagNumber(10)
DataScan_ExecutionSpec executionSpec

Optional. DataScan execution settings.

If not specified, the fields in it will use their default values.

Implementation

@$pb.TagNumber(10)
DataScan_ExecutionSpec get executionSpec => $_getN(9);
  1. @TagNumber(10)
void executionSpec=(DataScan_ExecutionSpec v)

Implementation

@$pb.TagNumber(10)
set executionSpec(DataScan_ExecutionSpec v) { setField(10, v); }