dataset property

String? dataset
getter/setter pair

The BigQuery dataset in format "projects/projectId/datasets/datasetId", to which the snapshot result should be exported.

If this dataset does not exist, the export call returns an INVALID_ARGUMENT error. Setting the contentType for exportAssets determines the [schema](/asset-inventory/docs/exporting-to-bigquery#bigquery-schema) of the BigQuery table. Setting separateTablesPerAssetType to TRUE also influences the schema.

Required.

Implementation

core.String? dataset;