public sealed class DropDatabaseRequest : IMessage<DropDatabaseRequest>, IEquatable<DropDatabaseRequest>, IDeepCloneable<DropDatabaseRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Spanner Database Administration v1 API class DropDatabaseRequest.
The request for [DropDatabase][google.spanner.admin.database.v1.DatabaseAdmin.DropDatabase].
[[["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 document provides reference documentation for the `DropDatabaseRequest` class within the Google Cloud Spanner Database Administration v1 API."],["`DropDatabaseRequest` is used to request the dropping of a database in the Google Cloud Spanner, implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document details the inheritance hierarchy, implemented interfaces, constructors, and properties (like `Database` and `DatabaseAsDatabaseName`) of the `DropDatabaseRequest` class."],["There is a list of available versions for the document reference, ranging from the latest `5.0.0-beta05` down to `3.5.0` with a version 4.4.0 context."],["The `Database` property, which is a required string, and the `DatabaseAsDatabaseName` property, which provides a typed view over the database resource name, are essential for specifying which database should be dropped."]]],[]]