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 webpage 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`, providing functionality for message handling, equality checks, deep cloning, and buffer operations."],["The class has two constructors, a default one and another one that accepts an existing `GetDatabaseDdlRequest` object, enabling the creation of new requests and copying of existing ones."],["The `Database` property is a required string that specifies the target database in the format of `projects/\u003cproject\u003e/instances/\u003cinstance\u003e/databases/\u003cdatabase\u003e`, and the `DatabaseAsDatabaseName` property provides a typed view for this resource name."],["The available versions of `GetDatabaseDdlRequest` can range from version `3.5.0` all the way up to `5.0.0-beta05`, showing an extensive history of development."]]],[]]