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.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ dataset_id |
string
Dataset ID of the table. |
↳ table_id |
string
Name of the table. |
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 |