View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2OutputConfigBigQueryDestination (google_api_retail v0.13.2)

The BigQuery output destination configuration.

Attributes

  • datasetId (type: String.t, default: nil) - Required. The ID of a BigQuery Dataset.
  • tableIdPrefix (type: String.t, default: nil) - Required. The prefix of exported BigQuery tables.
  • tableType (type: String.t, default: nil) - Required. Describes the table type. The following values are supported: table: A BigQuery native table. view: A virtual table defined by a SQL query.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2OutputConfigBigQueryDestination{
    datasetId: String.t() | nil,
    tableIdPrefix: String.t() | nil,
    tableType: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.