View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2BigQuerySource (google_api_retail v0.10.0)

BigQuery source import data from.

Attributes

  • dataSchema (type: String.t, default: nil) - The schema to use when parsing the data from the source. Supported values for product imports: product (default): One JSON Product per line. Each product must have a valid Product.id. product_merchant_center: See Importing catalog data from Merchant Center. Supported values for user events imports: user_event (default): One JSON UserEvent per line. user_event_ga360: The schema is available here: https://support.google.com/analytics/answer/3437719. user_event_ga4: The schema is available here: https://support.google.com/analytics/answer/7029846. Supported values for autocomplete imports: suggestions (default): One JSON completion suggestion per line. denylist: One JSON deny suggestion per line. allowlist: One JSON allow suggestion per line.
  • datasetId (type: String.t, default: nil) - Required. The BigQuery data set to copy the data from with a length limit of 1,024 characters.
  • gcsStagingDir (type: String.t, default: nil) - Intermediate Cloud Storage directory used for the import with a length limit of 2,000 characters. Can be specified if one wants to have the BigQuery export to a specific Cloud Storage directory.
  • partitionDate (type: GoogleApi.Retail.V2.Model.GoogleTypeDate.t, default: nil) - BigQuery time partitioned table's _PARTITIONDATE in YYYY-MM-DD format. Only supported in ImportProductsRequest.
  • projectId (type: String.t, default: nil) - The project ID (can be project # or ID) that the BigQuery source is in with a length limit of 128 characters. If not specified, inherits the project ID from the parent request.
  • tableId (type: String.t, default: nil) - Required. The BigQuery table to copy the data from with a length limit of 1,024 characters.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2BigQuerySource{
  dataSchema: String.t() | nil,
  datasetId: String.t() | nil,
  gcsStagingDir: String.t() | nil,
  partitionDate: GoogleApi.Retail.V2.Model.GoogleTypeDate.t() | nil,
  projectId: String.t() | nil,
  tableId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.