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 page documents the `UpdateFieldRequest` class within the `Google.Cloud.Firestore.Admin.V1` namespace, used for updating fields in Firestore."],["The `UpdateFieldRequest` class is available in multiple versions, ranging from 2.2.0 to 3.12.0, with 3.12.0 being the latest version."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as message handling and deep cloning."],["`UpdateFieldRequest` includes properties like `Field` (the field to be updated) and `UpdateMask` (specifying which parts of the field to update)."],["The `UpdateFieldRequest` class allows for the creation of new instances using its default constructor or by cloning an existing `UpdateFieldRequest` instance through its copy constructor."]]],[]]