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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This page details the `GetDatabaseDdlRequest` class, which is used to request the schema of a database in Google Cloud Spanner."],["The latest version available is 5.0.0-beta05, but there are many previous versions documented dating back to version 3.5.0."],["The `GetDatabaseDdlRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetDatabaseDdlRequest` class includes two constructors, `GetDatabaseDdlRequest()` and `GetDatabaseDdlRequest(GetDatabaseDdlRequest other)`."],["It contains properties for specifying the database whose schema is being requested, which are `Database` (a string) and `DatabaseAsDatabaseName` (a `DatabaseName` object)."]]],[]]