bigqueryProfile property

  1. @TagNumber(103)
BigQueryProfile bigqueryProfile

BigQuery Connection Profile configuration.

Implementation

@$pb.TagNumber(103)
BigQueryProfile get bigqueryProfile => $_getN(8);
  1. @TagNumber(103)
void bigqueryProfile=(BigQueryProfile v)

Implementation

@$pb.TagNumber(103)
set bigqueryProfile(BigQueryProfile v) { setField(103, v); }