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 database in Google Cloud Spanner."],["The latest version available for `GetDatabaseDdlRequest` is 5.0.0-beta05, with version 4.0.0 representing the current document's version context, while it also includes a range of previous releases, going all the way back to version 3.5.0."],["`GetDatabaseDdlRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two constructors: a default one and another that takes a `GetDatabaseDdlRequest` object as a parameter for cloning."],["The request requires the database name in the format `projects/\u003cproject\u003e/instances/\u003cinstance\u003e/databases/\u003cdatabase\u003e` and is accessible through the `Database` string property or the `DatabaseAsDatabaseName` property, which is a typed view of the database name."]]],[]]