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."],[[["The provided content details the `UpdateFieldRequest` class within the Google Cloud Firestore Admin v1 API, which is used to request updates for a field."],["`UpdateFieldRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality for data handling and cloning."],["The class includes two constructors, a default one and another that takes an `UpdateFieldRequest` object for copying, offering flexibility in object creation."],["The class contains two key properties `Field` and `UpdateMask`, which determine which field to update, and the specific configuration within that field to be updated respectively."],["The content list various version numbers, ranging from 2.2.0 to 3.12.0 (latest), allowing users to access the documentation for the desired version."]]],[]]