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."],[[["The document provides reference documentation for the `DropDatabaseRequest` class within the Google Cloud Spanner Database Administration v1 API."],["`DropDatabaseRequest` is used to request the dropping of a database in the Google Cloud Spanner, implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document details the inheritance hierarchy, implemented interfaces, constructors, and properties (like `Database` and `DatabaseAsDatabaseName`) of the `DropDatabaseRequest` class."],["There is a list of available versions for the document reference, ranging from the latest `5.0.0-beta05` down to `3.5.0` with a version 4.4.0 context."],["The `Database` property, which is a required string, and the `DatabaseAsDatabaseName` property, which provides a typed view over the database resource name, are essential for specifying which database should be dropped."]]],[]]