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."],[[["The `DatabaseTableSpec` class in the Google Cloud Data Catalog V1 library defines specifications for table resources and is applicable to entries of type `TABLE`."],["The latest version available for `DatabaseTableSpec` is 2.14.0, with previous versions ranging down to 1.2.0, each accessible through specified links."],["`DatabaseTableSpec` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["It contains a property named `Type` that gets or sets the type of the database table, utilizing the `DatabaseTableSpec.Types.TableType` enumeration."],["Two constructors are available for `DatabaseTableSpec`: a default one and one that takes an existing `DatabaseTableSpec` object as a parameter, allowing for duplication of an existing object."]]],[]]