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 provides documentation for the `DatabaseTableSpec` class within the `Google.Cloud.DataCatalog.V1` namespace, detailing its properties, inheritance, and implementations."],["The latest version documented for `DatabaseTableSpec` is 2.14.0, with historical versions ranging from 1.2.0 to 2.13.0 also accessible through links."],["`DatabaseTableSpec` is a specification applicable to table resources, specifically for entries of the `TABLE` type, and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DatabaseTableSpec` class includes a `Type` property of `DatabaseTableSpec.Types.TableType` that indicates the specific type of table."],["The page lists the constructors available for `DatabaseTableSpec` which are the default and one that accepts another `DatabaseTableSpec` instance."]]],[]]