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 is TRUE, the table will be overwritten by the contents of assets snapshot. If the flag is FALSE 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

t() :: %GoogleApi.CloudAsset.V1.Model.BigQueryDestination{
  dataset: String.t(),
  force: boolean(),
  table: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.