google_api_dlp v0.36.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryTable View Source

Message defining the location of a BigQuery table. A table is uniquely identified by its project_id, dataset_id, and table_name. Within a query a table is often referenced with a string in the format of: <project_id>:<dataset_id>.<table_id> or <project_id>.<dataset_id>.<table_id>.

Attributes

  • datasetId (type: String.t, default: nil) - Dataset ID of the table.
  • projectId (type: String.t, default: nil) - The Google Cloud Platform project ID of the project containing the table. If omitted, project ID is inferred from the API call.
  • tableId (type: String.t, default: nil) - Name of the table.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryTable{
  datasetId: String.t(),
  projectId: String.t(),
  tableId: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.