public sealed class UpdateFieldRequest : IMessage<UpdateFieldRequest>, IEquatable<UpdateFieldRequest>, IDeepCloneable<UpdateFieldRequest>, IBufferMessage, IMessage
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-03-21 UTC."],[[["This webpage details the `UpdateFieldRequest` class, which is used to request updates to fields in Firestore Admin."],["The latest version of the API is 3.12.0, and the content also lists earlier versions of the API, ranging from 3.11.0 down to 2.2.0."],["The `UpdateFieldRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateFieldRequest` class includes two properties, `Field` and `UpdateMask`, which specify the field to be updated and the mask for the update, respectively."],["The page also lists the inherited members from the Object class, along with the implemented namespace and the assembly."]]],[]]