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 provides documentation for the `GetDatabaseDdlRequest` class within the `Google.Cloud.Spanner.Admin.Database.V1` namespace, specifically in version 3.8.0."],["The `GetDatabaseDdlRequest` class is used to request the schema of a database, as indicated by the `GetDatabaseDdl` method in the `DatabaseAdmin` service."],["The class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, equality checks, deep cloning, and buffer-based operations."],["The `GetDatabaseDdlRequest` class contains properties `Database` (string) and `DatabaseAsDatabaseName`, which are required to specify the target database for which the schema should be retrieved."],["The page lists the different available versions of this API that can be viewed, from version 3.5.0 all the way up to 5.0.0-beta05."]]],[]]