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 details the `GetDatabaseDdlResponse` class, which is used as the response type for the `GetDatabaseDdl` method in the `DatabaseAdmin` service."],["The `GetDatabaseDdlResponse` class is part of the `Google.Cloud.Spanner.Admin.Database.V1` namespace and is defined in the `Google.Cloud.Spanner.Admin.Database.V1.dll` assembly."],["This class implements multiple interfaces, including `IMessage`, `IEquatable\u003cGetDatabaseDdlResponse\u003e`, `IDeepCloneable\u003cGetDatabaseDdlResponse\u003e`, and `IBufferMessage`."],["The `GetDatabaseDdlResponse` class provides a `Statements` property, which is a list of formatted DDL statements that define the database schema."],["The page lists various available versions of the `GetDatabaseDdlResponse` class, ranging from the latest beta version `5.0.0-beta05` down to version `3.5.0`."]]],[]]