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 provides documentation for 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`."],["There are two constructors available for `GetDatabaseDdlRequest`: a default constructor and one that accepts another `GetDatabaseDdlRequest` object for copying."],["The class has two main properties, `Database` (a string) and `DatabaseAsDatabaseName` (of type `Google.Cloud.Spanner.Common.V1.DatabaseName`), to identify the target database."],["The available versions of this database ranged from 3.5.0 to 5.0.0-beta05, with the latter being the latest version available."]]],[]]