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.8.0."],["The `UpdateFieldRequest` class is used to request updates to a field via the `FirestoreAdmin.UpdateField` method, and it inherits from several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `UpdateFieldRequest` class includes properties such as `Field`, which represents the field to be updated, and `UpdateMask`, which specifies which configurations within the field should be modified."],["The latest available version of the API is 3.12.0, with the page containing documentation spanning back to version 2.2.0."],["The `UpdateFieldRequest` class is found within the `Google.Cloud.Firestore.Admin.V1` namespace and is contained in the `Google.Cloud.Firestore.Admin.V1.dll` assembly."]]],[]]