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 dropping of a database within the Google Cloud Spanner Admin Database V1 service, and it is part of the `Google.Cloud.Spanner.Admin.Database.V1` namespace."],["This class implements multiple interfaces including `IMessage`, `IEquatable\u003cDropDatabaseRequest\u003e`, `IDeepCloneable\u003cDropDatabaseRequest\u003e`, and `IBufferMessage`, providing functionality for message handling, equality comparison, deep cloning, and buffer-based operations."],["The class provides two constructors: a default constructor and one that accepts another `DropDatabaseRequest` instance for creating a copy."],["It includes two properties, `Database` (a string representing the database name) and `DatabaseAsDatabaseName` (a `DatabaseName`-typed view over the `Database` resource name), for specifying the target database."],["The documentation offers version history for this service, ranging from version 3.5.0 to the latest beta release 5.0.0-beta05, each with a specific endpoint for `DropDatabaseRequest`."]]],[]]