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-03-21 UTC."],[[["This document provides reference information for the `UpdateFieldRequest` class within the Google Cloud Firestore Admin v1 API, specifically for version 3.10.0."],["`UpdateFieldRequest` is a class used to request an update to a field, implementing multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `UpdateFieldRequest` class has two constructors, one default and one that accepts another `UpdateFieldRequest` as a parameter."],["The class contains properties `Field` (of type `Google.Cloud.Firestore.Admin.V1.Field`), which is the field to be updated, and `UpdateMask` (of type `Google.Protobuf.WellKnownTypes.FieldMask`), which allows for specifying which parts of the field will be updated."],["The latest version of this documentation is version 3.12.0 and it ranges back to version 2.2.0."]]],[]]