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 webpage provides documentation for the `UpdateFieldRequest` class within the Google Cloud Firestore Admin v1 API for .NET."],["The `UpdateFieldRequest` class is used to request updates to a field, as specified in the `FirestoreAdmin.UpdateField` method."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its role in message handling and object manipulation within the API."],["It contains properties like `Field` and `UpdateMask`, allowing users to define the specific field to be updated and the parts of the configuration to modify."],["The documentation provides a list of available versions of this API class, from version 2.2.0 to the latest, 3.12.0, that can be accessed."]]],[]]