public sealed class DropDatabaseRequest : IMessage<DropDatabaseRequest>, IEquatable<DropDatabaseRequest>, IDeepCloneable<DropDatabaseRequest>, IBufferMessage, IMessage
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-03-21 UTC."],[[["The latest version available is 5.0.0-beta05, while the current stable version being documented is 3.10.0, with numerous previous versions also documented."],["This page documents the `DropDatabaseRequest` class, which is used to request the deletion of a database in the Google Cloud Spanner Admin Database service."],["The `DropDatabaseRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The `DropDatabaseRequest` class includes properties like `Database` (a string representing the database to be dropped) and `DatabaseAsDatabaseName`, which provides a typed view of the database resource name."],["The `DropDatabaseRequest` class has two constructors, one being an empty constructor, and another one that takes in a DropDatabaseRequest."]]],[]]