bigqueryOptions property

  1. @TagNumber.new(12)
BigQueryOptions get bigqueryOptions

Optional. Options that affect sinks exporting data to BigQuery.

Implementation

@$pb.TagNumber(12)
BigQueryOptions get bigqueryOptions => $_getN(6);
  1. @TagNumber.new(12)
set bigqueryOptions (BigQueryOptions value)

Implementation

@$pb.TagNumber(12)
set bigqueryOptions(BigQueryOptions value) => $_setField(12, value);