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 messagegoogle.privacy.dlp.v2.BigQueryTable
Namespace
Google \ Cloud \ Dlp \ V2
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ project_id
string
The Google Cloud 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 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 project ID of the project containing the table.
If omitted, project ID is inferred from the API call.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Data Loss Prevention V2 Client - Class BigQueryTable (2.6.1)\n\nVersion latestkeyboard_arrow_down\n\n- [2.6.1 (latest)](/php/docs/reference/cloud-dlp/latest/V2.BigQueryTable)\n- [2.6.0](/php/docs/reference/cloud-dlp/2.6.0/V2.BigQueryTable)\n- [2.4.1](/php/docs/reference/cloud-dlp/2.4.1/V2.BigQueryTable)\n- [2.3.0](/php/docs/reference/cloud-dlp/2.3.0/V2.BigQueryTable)\n- [2.2.3](/php/docs/reference/cloud-dlp/2.2.3/V2.BigQueryTable)\n- [2.1.0](/php/docs/reference/cloud-dlp/2.1.0/V2.BigQueryTable)\n- [2.0.0](/php/docs/reference/cloud-dlp/2.0.0/V2.BigQueryTable)\n- [1.19.0](/php/docs/reference/cloud-dlp/1.19.0/V2.BigQueryTable)\n- [1.18.0](/php/docs/reference/cloud-dlp/1.18.0/V2.BigQueryTable)\n- [1.17.0](/php/docs/reference/cloud-dlp/1.17.0/V2.BigQueryTable)\n- [1.16.0](/php/docs/reference/cloud-dlp/1.16.0/V2.BigQueryTable)\n- [1.15.1](/php/docs/reference/cloud-dlp/1.15.1/V2.BigQueryTable)\n- [1.14.0](/php/docs/reference/cloud-dlp/1.14.0/V2.BigQueryTable)\n- [1.13.2](/php/docs/reference/cloud-dlp/1.13.2/V2.BigQueryTable)\n- [1.12.0](/php/docs/reference/cloud-dlp/1.12.0/V2.BigQueryTable)\n- [1.11.0](/php/docs/reference/cloud-dlp/1.11.0/V2.BigQueryTable)\n- [1.10.2](/php/docs/reference/cloud-dlp/1.10.2/V2.BigQueryTable)\n- [1.9.0](/php/docs/reference/cloud-dlp/1.9.0/V2.BigQueryTable)\n- [1.8.6](/php/docs/reference/cloud-dlp/1.8.6/V2.BigQueryTable) \nReference documentation and code samples for the Data Loss Prevention V2 Client class BigQueryTable.\n\nMessage defining the location of a BigQuery table. A table is uniquely\nidentified by its project_id, dataset_id, and table_name. Within a query\na table is often referenced with a string in the format of:\n`\u003cproject_id\u003e:\u003cdataset_id\u003e.\u003ctable_id\u003e` or\n`\u003cproject_id\u003e.\u003cdataset_id\u003e.\u003ctable_id\u003e`.\n\nGenerated from protobuf message `google.privacy.dlp.v2.BigQueryTable`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Dlp \\\\ V2\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getProjectId\n\nThe Google Cloud project ID of the project containing the table.\n\nIf omitted, project ID is inferred from the API call.\n\n### setProjectId\n\nThe Google Cloud project ID of the project containing the table.\n\nIf omitted, project ID is inferred from the API call.\n\n### getDatasetId\n\nDataset ID of the table.\n\n### setDatasetId\n\nDataset ID of the table.\n\n### getTableId\n\nName of the table.\n\n### setTableId\n\nName of the table."]]