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 `GetDatabaseDdlResponse` class provides the response for the `GetDatabaseDdl` operation in the Google Cloud Spanner Admin Database V1 API."],["This class is part of the `Google.Cloud.Spanner.Admin.Database.V1` namespace and is found within the `Google.Cloud.Spanner.Admin.Database.V1.dll` assembly."],["The latest version available is 5.0.0-beta05, with several other versions ranging from 3.5.0 to 5.0.0-beta04."],["`GetDatabaseDdlResponse` inherits from `Object` and implements several interfaces including `IMessage\u003cGetDatabaseDdlResponse\u003e`, `IEquatable\u003cGetDatabaseDdlResponse\u003e`, `IDeepCloneable\u003cGetDatabaseDdlResponse\u003e`, `IBufferMessage`, and `IMessage`."],["It includes a `Statements` property, which is a list of DDL statements representing the database schema, stored as a `RepeatedField\u003cstring\u003e`."]]],[]]