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 reference documentation for the `UpdateDatabaseRequest` class within the Firestore Admin v1 API, specifically for version 3.7.0."],["The `UpdateDatabaseRequest` class is used to facilitate updates to a database, as part of the `FirestoreAdmin.UpdateDatabase` method."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class has two constructors: a default one and one that takes another `UpdateDatabaseRequest` object as a parameter."],["Key properties include `Database`, which specifies the database to update, and `UpdateMask`, which lists the fields that are to be updated."]]],[]]