View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryTable (google_api_dlp v0.46.0)

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: :. or ...

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryTable{
  datasetId: String.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.