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."],[[["This page provides documentation for the `GetDatabaseDdlResponse` class within the `Google.Cloud.Spanner.Admin.Database.V1` namespace, detailing its structure and usage."],["The latest stable version documented is 3.9.0, but the latest overall beta version is 5.0.0-beta05, with multiple versions listed, including several beta versions and older stable releases."],["`GetDatabaseDdlResponse` is a class that inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetDatabaseDdlResponse` class includes a `Statements` property of type `RepeatedField\u003cstring\u003e` that contains a list of formatted DDL statements defining the database schema."],["There are two constructors available for the `GetDatabaseDdlResponse` class: a default constructor and one that accepts another `GetDatabaseDdlResponse` instance as a parameter."]]],[]]