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-03-21 UTC."],[[["This webpage provides reference documentation for the `DropDatabaseRequest` class within the Google Cloud Spanner Database Administration v1 API."],["The `DropDatabaseRequest` class is used to define the request parameters for dropping a database in Google Cloud Spanner."],["The page lists all the available versions of the API, including beta releases, with links to each version's documentation, starting with version 5.0.0-beta05, which is the most recent, down to version 3.5.0."],["The `DropDatabaseRequest` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DropDatabaseRequest` class has properties for `Database` (string) and `DatabaseAsDatabaseName` (Google.Cloud.Spanner.Common.V1.DatabaseName) which are required parameters to specify which database to drop."]]],[]]