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 webpage provides documentation for the `GetDatabaseDdlResponse` class within the `Google.Cloud.Spanner.Admin.Database.V1` namespace, specifically focusing on version 3.11.0 but with links to various versions, including the latest beta release."],["`GetDatabaseDdlResponse` is used to retrieve formatted DDL statements that describe the schema of a database, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and includes constructors for creating new instances, either empty or by cloning an existing `GetDatabaseDdlResponse`."],["The `Statements` property is the main data component, offering a `RepeatedField\u003cstring\u003e` collection that holds the DDL statements defining the database schema."],["The documentation shows a number of versions available for the `GetDatabaseDdlResponse`, beginning with 3.5.0 all the way to the latest Beta 5.0.0-beta05."]]],[]]