Reference documentation and code samples for the Data Loss Prevention V2 Client class BigQueryTable.
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>
.
Generated from protobuf message google.privacy.dlp.v2.BigQueryTable
Namespace
Google \ Cloud \ Dlp \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ project_id
string
The Google Cloud Platform project ID of the project containing the table. If omitted, project ID is inferred from the API call.
↳ dataset_id
string
Dataset ID of the table.
↳ table_id
string
Name of the table.
getProjectId
The Google Cloud Platform project ID of the project containing the table.
If omitted, project ID is inferred from the API call.
string
setProjectId
The Google Cloud Platform project ID of the project containing the table.
If omitted, project ID is inferred from the API call.
var
string
$this
getDatasetId
Dataset ID of the table.
string
setDatasetId
Dataset ID of the table.
var
string
$this
getTableId
Name of the table.
string
setTableId
Name of the table.
var
string
$this