public sealed class BigQueryTable : IMessage<BigQueryTable>, IEquatable<BigQueryTable>, IDeepCloneable<BigQueryTable>, IBufferMessage, IMessage
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>.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe webpage provides documentation for the \u003ccode\u003eBigQueryTable\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Dlp.V2\u003c/code\u003e namespace, which is used to define the location of a BigQuery table.\u003c/p\u003e\n"],["\u003cp\u003eThis page details the \u003ccode\u003eBigQueryTable\u003c/code\u003e class, explaining how it is part of the Google Cloud Data Loss Prevention (DLP) library, and is implemented with multiple interfaces, and inherited from the object class.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version for this section is \u003ccode\u003e4.16.0\u003c/code\u003e, but the documentation references version \u003ccode\u003e3.4.0\u003c/code\u003e and lists all versions dating back to \u003ccode\u003e2.15.0\u003c/code\u003e that are related to the \u003ccode\u003eBigQueryTable\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation outlines the class's constructors, specifically the default constructor \u003ccode\u003eBigQueryTable()\u003c/code\u003e and the constructor \u003ccode\u003eBigQueryTable(BigQueryTable other)\u003c/code\u003e along with what each do and the parameters they take in.\u003c/p\u003e\n"],["\u003cp\u003eThe three properties \u003ccode\u003eDatasetId\u003c/code\u003e, \u003ccode\u003eProjectId\u003c/code\u003e, and \u003ccode\u003eTableId\u003c/code\u003e for the \u003ccode\u003eBigQueryTable\u003c/code\u003e class are defined, including information about their data type and purpose, such as identifying the dataset, project, and name of the table.\u003c/p\u003e\n"]]],[],null,[]]