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"]],[["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-03-24 UTC."],[[["This webpage details the `BigQueryTable` class, which is used to define the location of a BigQuery table within the Google Cloud DLP (Data Loss Prevention) V2 API."],["The latest version available is 4.16.0, and the page provides access to a range of previous versions, down to version 2.15.0, with links to the respective documentation."],["The `BigQueryTable` class uniquely identifies a BigQuery table by its `project_id`, `dataset_id`, and `table_name`, often referenced in queries using the format `\u003cproject_id\u003e:\u003cdataset_id\u003e.\u003ctable_id\u003e` or `\u003cproject_id\u003e.\u003cdataset_id\u003e.\u003ctable_id\u003e`."],["The class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The primary properties of the `BigQueryTable` class include `DatasetId`, `ProjectId`, and `TableId`, each representing a string value used to locate the specific table."]]],[]]