public sealed class BigQueryTableSpec : IMessage<BigQueryTableSpec>, IEquatable<BigQueryTableSpec>, IDeepCloneable<BigQueryTableSpec>, IBufferMessage, IMessage
[[["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-21 UTC."],[[["The `BigQueryTableSpec` class describes a BigQuery table and is part of the `Google.Cloud.DataCatalog.V1` namespace, with the latest version being 2.14.0, as of this document."],["This class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities for message handling, equality checks, deep cloning, and buffer message management."],["The `BigQueryTableSpec` class includes properties like `TableSourceType`, `TableSpec`, `TypeSpecCase`, and `ViewSpec` to define characteristics of the BigQuery table, view, or source."],["There are a multitude of available versions of `BigQueryTableSpec` that can be referenced, from the latest, 2.14.0, all the way back to 1.2.0."],["You can construct new instances of the `BigQueryTableSpec` class through its empty constructor or by passing another `BigQueryTableSpec` instance to it."]]],[]]