DataDiscoveryResult

The output of a data discovery scan.

JSON representation
{
  "bigqueryPublishing": {
    object (BigQueryPublishing)
  }
}
Fields
bigqueryPublishing

object (BigQueryPublishing)

Output only. Configuration for metadata publishing.

BigQueryPublishing

Describes BigQuery publishing configurations.

JSON representation
{
  "dataset": string
}
Fields
dataset

string

Output only. The BigQuery dataset to publish to. It takes the form projects/{projectId}/datasets/{dataset_id}. If not set, the service creates a default publishing dataset.