Reference documentation and code samples for the Data Loss Prevention V2 Client class TableReference.
Message defining the location of a BigQuery table with the projectId inferred from the parent project.
Generated from protobuf message google.privacy.dlp.v2.TableReference
Namespace
Google \ Cloud \ Dlp \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ dataset_id
string
Dataset ID of the table.
↳ table_id
string
Name of the table.
↳ project_id
string
The Google Cloud project ID of the project containing the table. If omitted, the project ID is inferred from the parent project. This field is required if the parent resource is an organization.
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
getProjectId
The Google Cloud project ID of the project containing the table.
If omitted, the project ID is inferred from the parent project. This field is required if the parent resource is an organization.
string
setProjectId
The Google Cloud project ID of the project containing the table.
If omitted, the project ID is inferred from the parent project. This field is required if the parent resource is an organization.
var
string
$this