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 implemented interfaces."],["The `DatabaseTableSpec` class is designed to specify details about a table resource and is relevant only for entries of the `TABLE` type, as indicated within the documentation."],["The latest documented version of this class is 2.14.0, while also listing previous versions from 2.13.0 down to 1.2.0."],["The `DatabaseTableSpec` class provides two constructors: a parameterless constructor and one that takes another `DatabaseTableSpec` object as a parameter, and one property `Type` which returns the table type."],["The class implements several interfaces such as `IMessage`, `IEquatable\u003cDatabaseTableSpec\u003e`, `IDeepCloneable\u003cDatabaseTableSpec\u003e` and `IBufferMessage`, and inherits from the base `Object` class."]]],[]]