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 Google Cloud Firestore Admin v1 API, specifically for version 3.3.0."],["The `UpdateDatabaseRequest` class is used to request updates to a Firestore database, as part of the `FirestoreAdmin.UpdateDatabase` method."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffered message operations."],["The class includes two constructors, a default one and one that accepts another `UpdateDatabaseRequest` object for creating a new instance based on an existing one, as well as properties such as `Database` and `UpdateMask`."],["The documentation also provides links to various versions of the `UpdateDatabaseRequest` class, ranging from 2.2.0 up to 3.12.0, with 3.12.0 being the latest version."]]],[]]