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-04-17 UTC."],[[["The `GetDatabaseDdlRequest` class is used to request the schema of a specific database using the Google Cloud Spanner Admin API, version 1."],["This class supports multiple versions, with the latest beta version being 5.0.0-beta05, and a range of stable versions from 3.5.0 to 4.6.0, along with version 3.13.0."],["`GetDatabaseDdlRequest` inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Database` property, a string, specifies the database for which to retrieve the schema, while `DatabaseAsDatabaseName` provides a structured view using the `DatabaseName` type."],["The class has two constructors, one default and one that takes another `GetDatabaseDdlRequest` instance as a parameter for copying."]]],[]]