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 document provides reference documentation for the `UpdateDatabaseRequest` class within the Firestore Admin v1 API, specifically for version 3.2.0 and other versions."],["`UpdateDatabaseRequest` is used to make requests to `FirestoreAdmin.UpdateDatabase` and inherits from and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default one (`UpdateDatabaseRequest()`) and one that takes another `UpdateDatabaseRequest` as a parameter for copying."],["The `UpdateDatabaseRequest` class has two properties: `Database`, which specifies the database to update, and `UpdateMask`, which specifies the list of fields to be updated."],["The latest version available is 3.12.0, and the document also links to several older versions of the `UpdateDatabaseRequest`, down to version 2.2.0."]]],[]]