public sealed class UpdateTriggerRequest : IMessage<UpdateTriggerRequest>, IEquatable<UpdateTriggerRequest>, IDeepCloneable<UpdateTriggerRequest>, IBufferMessage, IMessage
The fields to be updated; only fields explicitly provided are updated.
If no field mask is provided, all provided fields in the request are
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 of the `UpdateTriggerRequest` is 2.6.0, with a total of 11 versions available for use."],["`UpdateTriggerRequest` is a class used for the update operation of a trigger and is part of the `Google.Cloud.Eventarc.V1` namespace within the Google.Cloud.Eventarc.V1.dll assembly."],["The `UpdateTriggerRequest` class provides properties like `AllowMissing`, `Trigger`, `UpdateMask`, and `ValidateOnly`, allowing for modifications on whether a new trigger should be created if one is not found, the specific trigger being updated, fields to be updated, and request validation."],["The class also inherits members from `Object` such as `GetHashCode`, `GetType`, `MemberwiseClone` and `ToString`."],["The class implements interfaces for message handling, deep cloning, and equality checks as it implements the IMessage, IDeepCloneable, and IEquatable."]]],[]]