public sealed class DatabaseTableSpec : IMessage<DatabaseTableSpec>, IEquatable<DatabaseTableSpec>, IDeepCloneable<DatabaseTableSpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class DatabaseTableSpec.
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 document provides reference documentation for the `DatabaseTableSpec` class within the Google Cloud Data Catalog v1 API, specifically version 2.3.0, and the documentation also includes previous versions."],["`DatabaseTableSpec` is a class that applies to table resources and is specifically designed for entries with the `TABLE` type, implemented with several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DatabaseTableSpec` class includes properties like `DatabaseViewSpec`, `DataplexTable`, and `Type`, which allow you to specify the type of the table, with `DatabaseViewSpec` applying to tables that are actually views."],["There are several versions of the `DatabaseTableSpec` documentation available, ranging from the latest version (2.14.0) down to version 1.2.0, along with code examples."],["The page provides two constructors for the class, `DatabaseTableSpec()`, and `DatabaseTableSpec(DatabaseTableSpec other)`."]]],[]]