Data Loss Prevention V2 Client - Class TableReference (2.6.0)

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

Methods

__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.

↳ 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.

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

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.

Returns
Type Description
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.

Parameter
Name Description
var string
Returns
Type Description
$this