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 within the `Google.Cloud.Spanner.Admin.Database.V1` namespace, which is used to request the schema of a database."],["The `GetDatabaseDdlRequest` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, `GetDatabaseDdlRequest()` and `GetDatabaseDdlRequest(GetDatabaseDdlRequest)`, along with properties like `Database` (a string) and `DatabaseAsDatabaseName` (of type `DatabaseName`)."],["There are multiple versions of this class listed on this page, from version 3.5.0 all the way up to the latest version of 5.0.0-beta05."],["This class is contained within the Google.Cloud.Spanner.Admin.Database.V1.dll assembly."]]],[]]