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 detailing its structure, functionality, and implementation across various versions."],["The `UpdateFieldRequest` class is used to define a request for updating a field in Firestore, with the latest version being 3.12.0."],["The document includes a history of versions, starting from 2.2.0 up to the most current version, 3.12.0, allowing users to navigate and compare different iterations of the `UpdateFieldRequest` class."],["The `UpdateFieldRequest` class is part of the `Google.Cloud.Firestore.Admin.V1` namespace, implements several interfaces, and inherits from the base `object` class, providing a comprehensive set of methods and properties for field updates."],["The document outlines two constructors for the `UpdateFieldRequest` class and details the properties `Field` and `UpdateMask` which are integral for specifying the field to be updated and a mask for controlling the update scope, respectively."]]],[]]