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 details the `BigQueryTable` class, which is used to define the location of a BigQuery table within the Google Cloud DLP API."],["The class is part of the `Google.Cloud.Dlp.V2` namespace and is implemented in the `Google.Cloud.Dlp.V2.dll` assembly."],["The `BigQueryTable` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `BigQueryTable` include `DatasetId`, `ProjectId`, and `TableId`, allowing for the complete specification of a table's location."],["The webpage contains links to previous versions of the `BigQueryTable` class, ranging from version `2.15.0` to the latest version `4.16.0`, and the current version which the content refers to is `3.3.0`."]]],[]]