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.
Parameters | |
---|---|
Name | Description |
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.
Returns | |
---|---|
Type | Description |
string |
setProjectId
The Google Cloud Platform project ID of the project containing the table.
If omitted, project ID is inferred from the API call.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDatasetId
Dataset ID of the table.
Returns | |
---|---|
Type | Description |
string |
setDatasetId
Dataset ID of the table.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getTableId
Name of the table.
Returns | |
---|---|
Type | Description |
string |
setTableId
Name of the table.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |