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 page details the `UpdateDatabaseRequest` class within the `Google.Cloud.Firestore.Admin.V1` namespace, specifically version 3.0.0."],["The `UpdateDatabaseRequest` class is used to send a request to update a Firestore database, inheriting from and implementing several interfaces like `IMessage` and `IEquatable`."],["There are multiple available versions of the `UpdateDatabaseRequest` class, with version 3.12.0 being the latest release, and versions dating back to 2.2.0 being available."],["The class has two constructors: a parameterless one and one that takes another `UpdateDatabaseRequest` object, and has two updatable properties: `Database` and `UpdateMask`."],["The class implements methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, which are inherited from `Object` base class."]]],[]]