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 latest version available is 5.0.0-beta05, while the stable version being referenced is 3.5.0."],["This webpage provides documentation for the `GetDatabaseDdlRequest` class, part of 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 multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`, among others, showcasing its role in interacting with protobuf messages."],["The class has two constructors, one with no parameters and one taking another instance of GetDatabaseDdlRequest to be used as `other`."],["The properties `Database` and `DatabaseAsDatabaseName` are used to specify which database's schema should be retrieved, with `DatabaseAsDatabaseName` providing a strongly-typed view over the `Database` resource name."]]],[]]