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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document provides details for the \u003ccode\u003eUpdateTriggerRequest\u003c/code\u003e class within the Google.Cloud.Eventarc.V1 namespace, specifically version 1.1.0, with links to documentation for other versions.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateTriggerRequest\u003c/code\u003e class is used to make requests for updating triggers, and it implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties like \u003ccode\u003eAllowMissing\u003c/code\u003e, which enables creating a new trigger if one isn't found, \u003ccode\u003eTrigger\u003c/code\u003e, the actual trigger to update, \u003ccode\u003eUpdateMask\u003c/code\u003e, to specify which fields should be modified, and \u003ccode\u003eValidateOnly\u003c/code\u003e, which allows request validation without posting.\u003c/p\u003e\n"],["\u003cp\u003eThere is also 2 constructors provided, one is a default constructor, and another that accepts an \u003ccode\u003eUpdateTriggerRequest\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"]]],[],null,[]]