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-03-21 UTC."],[[["The page details the `GetDatabaseDdlResponse` class, which is used in response to the `GetDatabaseDdl` request in the Google Cloud Spanner Admin Database V1 service."],["The `GetDatabaseDdlResponse` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` within the `Google.Protobuf` namespace."],["The page lists multiple versions of the API, including beta releases, with the latest being `5.0.0-beta05`, and the version displayed, `3.15.1`."],["The class provides a `Statements` property, which contains a list of formatted DDL statements that define the schema of the database."],["There are two constructors available for the `GetDatabaseDdlResponse` class: one default constructor and another that accepts a `GetDatabaseDdlResponse` object as a parameter."]]],[]]