public sealed class GetDatabaseDdlRequest : IMessage<GetDatabaseDdlRequest>, IEquatable<GetDatabaseDdlRequest>, IDeepCloneable<GetDatabaseDdlRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Spanner Database Administration v1 API class GetDatabaseDdlRequest.
The request 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 document provides reference documentation for the `GetDatabaseDdlRequest` class within the Google Cloud Spanner Database Administration v1 API."],["The `GetDatabaseDdlRequest` class is used to request the schema of a specific database and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest beta version available is 5.0.0-beta05, while version 4.3.0 is the current version being documented."],["The document lists all the versions of the `GetDatabaseDdlRequest` available, from version 3.5.0 up to the latest beta version, 5.0.0-beta05."],["The class has a `Database` property of type string that is required and represents the database name as well as a `DatabaseAsDatabaseName` property of type DatabaseName."]]],[]]