google_api_cloud_asset v0.3.0 GoogleApi.CloudAsset.V1.Model.BigQueryDestination View Source
A BigQuery destination.
Attributes
dataset(type:String.t, default:nil) - Required. 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 error.force(type:boolean(), default:nil) - If the destination table already exists and this flag isTRUE, the table will be overwritten by the contents of assets snapshot. If the flag is not set and the destination table already exists, the export call returns an error.table(type:String.t, default:nil) - Required. The BigQuery table to which the snapshot result should be written. If this table does not exist, a new table with the given name will be created.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.