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"]],[["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."],[[["\u003cp\u003eThis document provides reference documentation for the \u003ccode\u003eDeleteDatabaseRequest\u003c/code\u003e class within the Google Cloud Firestore Admin v1 API, specifically version 3.10.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDeleteDatabaseRequest\u003c/code\u003e class is used to request the deletion of a database via the \u003ccode\u003eFirestoreAdmin.DeleteDatabase\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from \u003ccode\u003eobject\u003c/code\u003e and implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing functionalities for message handling, equality checks, deep cloning, and buffer message handling.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties like \u003ccode\u003eDatabaseName\u003c/code\u003e, \u003ccode\u003eEtag\u003c/code\u003e, and \u003ccode\u003eName\u003c/code\u003e, which are used to specify the database to be deleted, verify the current database state with its etag, and provide the database's unique identifier.\u003c/p\u003e\n"],["\u003cp\u003eThe document lists available versions of the \u003ccode\u003eDeleteDatabaseRequest\u003c/code\u003e class, ranging from 2.2.0 up to 3.12.0, with 3.12.0 being the latest version.\u003c/p\u003e\n"]]],[],null,[]]