public sealed class UpdateDatabaseRequest : IMessage<UpdateDatabaseRequest>, IEquatable<UpdateDatabaseRequest>, IDeepCloneable<UpdateDatabaseRequest>, IBufferMessage, IMessage
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 details the `UpdateDatabaseRequest` class, which is used to request the update of a Firestore database within the `Google.Cloud.Firestore.Admin.V1` namespace."],["The `UpdateDatabaseRequest` class has two constructors: a default constructor and one that takes another `UpdateDatabaseRequest` object as a parameter for copying."],["The page documents versions from 2.2.0 to 3.12.0 for `UpdateDatabaseRequest`, with 3.12.0 being the latest version available."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for serialization, comparison, cloning, and buffer manipulation."],["The key properties for `UpdateDatabaseRequest` are `Database`, which specifies the database to be updated, and `UpdateMask`, which lists the fields to be updated."]]],[]]