public sealed class UpdateFieldRequest : IMessage<UpdateFieldRequest>, IEquatable<UpdateFieldRequest>, IDeepCloneable<UpdateFieldRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore Admin v1 API class UpdateFieldRequest.
The request for
[FirestoreAdmin.UpdateField][google.firestore.admin.v1.FirestoreAdmin.UpdateField].
[[["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-04-17 UTC."],[[["This document provides reference documentation for the `UpdateFieldRequest` class within the Google Cloud Firestore Admin v1 API, specifically detailing its structure, methods, and usage."],["The `UpdateFieldRequest` class, which can be found under the namespace `Google.Cloud.Firestore.Admin.V1`, is used to send a request to update a field using the `FirestoreAdmin.UpdateField` method."],["The latest version available for reference is 3.12.0, but this page is focused on version 3.5.0 of the API and details other versions dating back to 2.2.0."],["The `UpdateFieldRequest` class inherits from the `object` class and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, and it has properties including `Field` and `UpdateMask`."],["The `UpdateFieldRequest` has two constructors, one default and another that accepts another `UpdateFieldRequest` as a parameter."]]],[]]