Google Privacy Dlp V2Big Query Table Response
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 ..
.