google_api_cloud_asset v0.11.0 GoogleApi.CloudAsset.V1.Model.BigQueryDestination View Source
A BigQuery destination for exporting assets to.
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 INVALID_ARGUMENT 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 isFALSE
or unset and the destination table already exists, the export call returns an INVALID_ARGUMEMT 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
Specs
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.