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."],[[["This webpage details the `BigQueryTableSpec` class within the `Google.Cloud.DataCatalog.V1` namespace, specifically version 1.7.0 of the library, and how it is used for describing a BigQuery table."],["The `BigQueryTableSpec` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the base `Object` class."],["The class offers multiple constructors, including a default and one that takes another `BigQueryTableSpec` instance for copying."],["The `BigQueryTableSpec` class has properties such as `TableSourceType`, `TableSpec`, `TypeSpecCase`, and `ViewSpec`, all of which provide a certain level of information pertaining to a BigQuery table."],["The page provides links to various versions of `BigQueryTableSpec` ranging from 1.2.0 to the latest version, 2.14.0, allowing developers to access documentation for their specific version needs."]]],[]]