GooglePrivacyDlpV2BigQueryTableResponse

data class GooglePrivacyDlpV2BigQueryTableResponse(val datasetId: String, val project: String, val tableId: String)

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

Constructors

Link copied to clipboard
constructor(datasetId: String, project: String, tableId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Dataset ID of the table.

Link copied to clipboard

The Google Cloud Platform project ID of the project containing the table. If omitted, project ID is inferred from the API call.

Link copied to clipboard

Name of the table.