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 for version 3.6.0."],["The `UpdateDatabaseRequest` class is used to request updates to a Firestore database, as part of the `FirestoreAdmin.UpdateDatabase` operation."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling messages and data cloning."],["Key properties of `UpdateDatabaseRequest` include `Database`, which specifies the database to be updated, and `UpdateMask`, which defines the specific fields that should be modified."],["There are also 15 different versions documented, with the latest being `3.12.0`, along with the links to each version's documentation."]]],[]]