public sealed class DeleteDatabaseRequest : IMessage<DeleteDatabaseRequest>, IEquatable<DeleteDatabaseRequest>, IDeepCloneable<DeleteDatabaseRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore Admin v1 API class DeleteDatabaseRequest.
The request for
[FirestoreAdmin.DeleteDatabase][google.firestore.admin.v1.FirestoreAdmin.DeleteDatabase].
The current etag of the Database.
If an etag is provided and does not match the current etag of the database,
deletion will be blocked and a FAILED_PRECONDITION error will be returned.
[[["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."],[[["The `DeleteDatabaseRequest` class is used to request the deletion of a database within the Firestore Admin v1 API."],["The latest version of `DeleteDatabaseRequest` is 3.12.0, with previous versions ranging from 3.11.0 down to 2.2.0, which can all be accessed."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for functionality like message handling, equality checks, deep cloning, and buffer message operations."],["The `DeleteDatabaseRequest` class includes properties like `DatabaseName`, `Etag`, and `Name` to specify the database for deletion and manage deletion conditions."],["You can instantiate a new `DeleteDatabaseRequest` object with a default constructor or by providing another `DeleteDatabaseRequest` instance as a parameter."]]],[]]