public sealed class UpdateFieldRequest : IMessage<UpdateFieldRequest>, IEquatable<UpdateFieldRequest>, IDeepCloneable<UpdateFieldRequest>, IBufferMessage, IMessage
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 outlines the `UpdateFieldRequest` class, which is used to request updates to a field in the Firestore Admin API."],["The `UpdateFieldRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the Google Cloud Protobuf environment."],["There are multiple versions available for the `UpdateFieldRequest` class, from version 2.2.0 up to the latest version, 3.12.0, alongside their associated links."],["The `UpdateFieldRequest` class has properties such as `Field` and `UpdateMask`, allowing for the specification of the field to update and the specific aspects of the field's configuration that should be updated."],["The `UpdateFieldRequest` class has two constructors, a default one, and another one that takes in another `UpdateFieldRequest` as a parameter."]]],[]]