public sealed class DatabaseTableSpec : IMessage<DatabaseTableSpec>, IEquatable<DatabaseTableSpec>, IDeepCloneable<DatabaseTableSpec>, IBufferMessage, IMessage
Specification that applies to a table resource. Valid only
for entries with the TABLE type.
[[["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-25 UTC."],[[["This webpage details the `DatabaseTableSpec` class, which is applicable to table resources within the `Google.Cloud.DataCatalog.V1` namespace, specifically for entries of the `TABLE` type."],["The `DatabaseTableSpec` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to interact with protocol buffers and enabling deep cloning and equality comparisons."],["The page provides access to multiple versions of `DatabaseTableSpec`, ranging from version 2.14.0 down to 1.2.0, with 2.14.0 being the most recent and each version linking to its own respective page."],["The `DatabaseTableSpec` class includes properties for `DataplexTable`, which specifies fields specific to Dataplex table entries, and `Type`, which defines the type of table."],["The class offers two constructors, a default one, and another that allows a copy of another `DatabaseTableSpec` to be created."]]],[]]