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 webpage provides documentation for the `UpdateDatabaseRequest` class within the Google Cloud Firestore Admin v1 API for .NET."],["The `UpdateDatabaseRequest` class is used to request updates to a Firestore database, inheriting from `object` and implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default one and another that takes an existing `UpdateDatabaseRequest` object for copying."],["It includes two properties, `Database` (of type `Database`) for specifying the database to update, and `UpdateMask` (of type `FieldMask`) to define which fields should be updated."],["The webpage lists various versions of the API documentation, ranging from version 2.2.0 to the latest version 3.12.0, allowing developers to access documentation for different versions."]]],[]]