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 information for the `UpdateDatabaseRequest` class within the Google Cloud Firestore Admin v1 API, specifically version 3.10.0."],["The `UpdateDatabaseRequest` class is used to request updates to a Firestore database, as defined by the `FirestoreAdmin.UpdateDatabase` method."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling message operations and data management."],["Key properties of the `UpdateDatabaseRequest` class include `Database`, representing the database to update, and `UpdateMask`, specifying which fields should be modified."],["The documentation covers versions of the `UpdateDatabaseRequest` class ranging from version 2.2.0 to 3.12.0, with 3.12.0 being the latest version."]]],[]]