public sealed class UpdateDatabaseRequest : IMessage<UpdateDatabaseRequest>, IEquatable<UpdateDatabaseRequest>, IDeepCloneable<UpdateDatabaseRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore Admin v1 API class UpdateDatabaseRequest.
The request for
[FirestoreAdmin.UpdateDatabase][google.firestore.admin.v1.FirestoreAdmin.UpdateDatabase].
[[["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 webpage provides documentation for the `UpdateDatabaseRequest` class within the Google Cloud Firestore Admin v1 API."],["The `UpdateDatabaseRequest` class is used to request updates to a Firestore database and is found within the `Google.Cloud.Firestore.Admin.V1` namespace."],["The page lists the different available versions of `UpdateDatabaseRequest`, with version 3.12.0 being the latest, and provides versioned links from 2.2.0 to 3.12.0."],["The documentation includes details on the class's inheritance, interfaces it implements, and its properties, such as `Database` and `UpdateMask`."],["The class contains 2 constructors: the default constructor, and one that accepts another `UpdateDatabaseRequest` object."]]],[]]