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-04-17 UTC."],[[["This document provides reference documentation for the `GetDatabaseDdlRequest` class within the Google Cloud Spanner Database Administration v1 API."],["The latest version available is 5.0.0-beta05, with multiple other versions listed, including 4.2.0 which is the documented version in this specific content, and versions down to 3.5.0."],["`GetDatabaseDdlRequest` is used to request the database schema and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetDatabaseDdlRequest` class has properties such as `Database`, which is a string representing the database name, and `DatabaseAsDatabaseName`, which provides a typed view over the resource name."],["The document details the constructors for `GetDatabaseDdlRequest`, including a default constructor and one that accepts another `GetDatabaseDdlRequest` instance as a parameter for copying."]]],[]]