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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document 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 class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionality for message handling, equality comparison, deep cloning, and buffered messaging."],["The `DropDatabaseRequest` class has properties like `Database` which is a string, and `DatabaseAsDatabaseName` which is of type DatabaseName, for specifying the database to be dropped."],["This document includes information about inherited members, constructors, and version history for the `DropDatabaseRequest`, with the most recent being `5.0.0-beta05`."]]],[]]