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-04-17 UTC."],[[["The `DropDatabaseRequest` class is used to request the deletion of a database within the Google Cloud Spanner Admin Database V1 service, with the latest beta version being 5.0.0-beta05."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits members from `Object`."],["The `DropDatabaseRequest` class contains two constructors, one default and another that copies an existing `DropDatabaseRequest` object."],["It has properties to specify the database to be dropped, including `Database` (a string) and `DatabaseAsDatabaseName` (a `DatabaseName`-typed view)."],["The documentation for `DropDatabaseRequest` covers versions from 3.5.0 up to the latest beta version, showing the progression of this feature in the Google Cloud Spanner Admin Database V1 service."]]],[]]