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 page provides reference documentation for the `UpdateFieldRequest` class within the Google Cloud Firestore Admin v1 API, specifically for version 3.11.0."],["The `UpdateFieldRequest` class is used to request the updating of a field via the `FirestoreAdmin.UpdateField` method."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it versatile for various operations."],["The `UpdateFieldRequest` class has properties such as `Field` (the field to be updated) and `UpdateMask` (specifying which parts of the field to update)."],["There is versioning available ranging from version 2.2.0 up to the latest version, 3.12.0, for the `UpdateFieldRequest` class."]]],[]]