public sealed class BigQueryTable : IMessage<BigQueryTable>, IEquatable<BigQueryTable>, IDeepCloneable<BigQueryTable>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API 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>.
[[["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 page provides documentation for the `BigQueryTable` class within the Google Cloud Data Loss Prevention v2 API, with the latest version being 4.16.0 and the version of the current documentation being version 4.3.0."],["The `BigQueryTable` class is used to define the location of a BigQuery table, which is uniquely identified by its project ID, dataset ID, and table name."],["The class has constructors to create a new `BigQueryTable` object and to create one based on an existing object."],["The `BigQueryTable` class includes properties for `DatasetId`, `ProjectId`, and `TableId`, all of which are string types that define the details of the specified table."],["This documentation showcases historical documentation for this class, going all the way back to version 2.15.0."]]],[]]