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 page provides reference documentation for the `GetDatabaseDdlRequest` class within the Google Cloud Spanner Database Administration v1 API for .NET."],["The `GetDatabaseDdlRequest` class is used to make requests for retrieving the schema of a database, which is part of the `Google.Cloud.Spanner.Admin.Database.V1` namespace."],["The documentation includes information on the class's constructors, its inheritance from the object class, and the interfaces it implements, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page also contains a history of the different versions of this class, ranging from the latest 5.0.0-beta05 to version 3.5.0."],["Key properties of the `GetDatabaseDdlRequest` class include `Database` (a string representing the database path) and `DatabaseAsDatabaseName` (a `DatabaseName`-typed view over the `Database` property)."]]],[]]