google_api_dlp v0.0.1 GoogleApi.DLP.V2beta1.Model.GooglePrivacyDlpV2beta1BigQueryTable 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 (String): Dataset ID of the table. Defaults to: null.
  • projectId (String): The Google Cloud Platform project ID of the project containing the table. If omitted, project ID is inferred from the API call. Defaults to: null.
  • tableId (String): Name of the table. Defaults to: null.