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 documentation for the `UpdateFieldRequest` class within the Google.Cloud.Firestore.Admin.V1 namespace, detailing its structure and usage."],["The `UpdateFieldRequest` class, designed for the Firestore Admin v1 API, is used to request updates to a field."],["The `UpdateFieldRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `UpdateFieldRequest` include `Field`, representing the field to be updated, and `UpdateMask`, used to specify which configurations within the field should be modified."],["Multiple versions of this class are available, with the latest version being 3.12.0, and it can also be found as early as version 2.2.0, allowing for tracking of change over time."]]],[]]