public sealed class UpdateTriggerRequest : IMessage<UpdateTriggerRequest>, IEquatable<UpdateTriggerRequest>, IDeepCloneable<UpdateTriggerRequest>, IBufferMessage, IMessage
The fields to be updated; only fields explicitly provided will be updated.
If no field mask is provided, all provided fields in the request will be
updated. To update all fields, provide a field mask of "*".
[[["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."],[[["The latest version available for `UpdateTriggerRequest` is 2.6.0, with the provided content showing versions ranging from 1.0.0 to 2.6.0."],["The `UpdateTriggerRequest` class is used to send requests for updating triggers and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateTriggerRequest` class allows for creating a new trigger if one is not found, and this is configured using the `AllowMissing` property."],["The `UpdateMask` property controls which fields are updated during a trigger update, and if not provided, all fields in the request are updated."],["The `ValidateOnly` property, when true, will validate the update request without applying the changes."]]],[]]