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."],[[["This webpage details the `GetDatabaseDdlResponse` class, which is used for retrieving the schema of a database in Google Cloud Spanner."],["The latest beta version available is 5.0.0-beta05, with a range of stable versions provided, going back to version 3.5.0, all in the Google.Cloud.Spanner.Admin.Database.V1 namespace."],["`GetDatabaseDdlResponse` inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `Statements` property, which is a list of DDL statements that define the schema of the database."],["The page showcases version-specific links for the GetDatabaseDdlResponse class, allowing users to navigate between different releases of the library."]]],[]]