public sealed class GetDatabaseDdlRequest : IMessage<GetDatabaseDdlRequest>, IEquatable<GetDatabaseDdlRequest>, IDeepCloneable<GetDatabaseDdlRequest>, IBufferMessage, IMessage
The request for [GetDatabaseDdl][google.spanner.admin.database.v1.DatabaseAdmin.GetDatabaseDdl].
[[["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-21 UTC."],[[["This page details the `GetDatabaseDdlRequest` class, which is used to request the schema of a database in Google Cloud Spanner."],["The `GetDatabaseDdlRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, comparison, cloning, and buffering."],["The class has two constructors: a default constructor and one that accepts another `GetDatabaseDdlRequest` object for cloning."],["The `GetDatabaseDdlRequest` class includes two properties, `Database` and `DatabaseAsDatabaseName`, which are used to specify the target database for the request, in both string and typed views."],["The page lists available versions, ranging from 3.5.0 to 5.0.0-beta05, of the `GetDatabaseDdlRequest`, each one linking to specific documentation."]]],[]]