Data Loss Prevention V2 Client - Class BigQueryTable (1.10.2)

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 \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this

getDatasetId

Dataset ID of the table.

Returns
TypeDescription
string

setDatasetId

Dataset ID of the table.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getTableId

Name of the table.

Returns
TypeDescription
string

setTableId

Name of the table.

Parameter
NameDescription
var string
Returns
TypeDescription
$this