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-04-09 UTC."],[[["This webpage provides documentation for the `BigQueryTable` class within the Google Cloud Data Loss Prevention (DLP) v2 API, specifically referencing version 4.15.0 but also listing other versions, with 4.16.0 being the latest."],["The `BigQueryTable` class is a message that defines the location of a BigQuery table, identified by project ID, dataset ID, and table name, which follows a common reference string of `\u003cproject_id\u003e:\u003cdataset_id\u003e.\u003ctable_id\u003e` or `\u003cproject_id\u003e.\u003cdataset_id\u003e.\u003ctable_id\u003e`."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`, with inherited methods including `GetHashCode()`, `GetType()`, and `ToString()`."],["The `BigQueryTable` class includes properties for `DatasetId`, `ProjectId`, and `TableId`, which are all of type string and can be used to access and set the table's location information, with the `ProjectId` able to be inferred from the API call if not omitted."],["The documentation includes information on two constructors for the `BigQueryTable` class, which are a default constructor `BigQueryTable()` and another one `BigQueryTable(BigQueryTable other)` where you can provide the `BigQueryTable` as a parameter."]]],[]]