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."],[[["The webpage provides documentation for the `BigQueryTable` class within the `Google.Cloud.Dlp.V2` namespace, which is used to define the location of a BigQuery table."],["This page details the `BigQueryTable` 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."],["The latest version for this section is `4.16.0`, but the documentation references version `3.4.0` and lists all versions dating back to `2.15.0` that are related to the `BigQueryTable` class."],["The documentation outlines the class's constructors, specifically the default constructor `BigQueryTable()` and the constructor `BigQueryTable(BigQueryTable other)` along with what each do and the parameters they take in."],["The three properties `DatasetId`, `ProjectId`, and `TableId` for the `BigQueryTable` class are defined, including information about their data type and purpose, such as identifying the dataset, project, and name of the table."]]],[]]