public sealed class GetDatabaseDdlResponse : IMessage<GetDatabaseDdlResponse>, IEquatable<GetDatabaseDdlResponse>, IDeepCloneable<GetDatabaseDdlResponse>, IBufferMessage, IMessage
The response 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 page details the `GetDatabaseDdlResponse` class, which is used in response to the `GetDatabaseDdl` request in the Google Cloud Spanner Admin Database V1."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetDatabaseDdlResponse` class includes a `Statements` property, which is a list of formatted DDL statements that define the schema of the requested database."],["The class is part of the `Google.Cloud.Spanner.Admin.Database.V1` namespace, and the assembly is `Google.Cloud.Spanner.Admin.Database.V1.dll`."],["It provides different versions of the documentation, with `5.0.0-beta05` being the latest and various stable releases ranging from `3.5.0` to `4.6.0`."]]],[]]