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 provides documentation for the `BigQueryTableSpec` class within the `Google.Cloud.DataCatalog.V1` namespace in .NET, with version 2.14.0 being the latest and many older versions available as well."],["The `BigQueryTableSpec` class describes a BigQuery table and inherits from `Object`, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `TableSourceType`, `TableSpec`, `TypeSpecCase`, and `ViewSpec`, which define the type and specification of a BigQuery table or view."],["There are two constructors available, a basic constructor, and another to construct a new object based on another `BigQueryTableSpec` object passed to it."],["The documentation lists inherited members and provides links to the relevant Microsoft documentation for the objects."]]],[]]