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 document provides reference documentation for the `DropDatabaseRequest` class within the Google Cloud Spanner Database Administration v1 API, specifically for .NET development."],["The `DropDatabaseRequest` class is used to request the dropping of a database in Google Cloud Spanner."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling its use within the Protobuf ecosystem."],["The class contains two constructors, and two properties, including `Database`, which is the database that is to be dropped, and `DatabaseAsDatabaseName`, which provides a `DatabaseName`-typed view over the `Database` resource."],["This class has a range of different versions, with the latest being `5.0.0-beta05`, and the current version being `4.2.0`."]]],[]]