public sealed class UpdateTriggerRequest : IMessage<UpdateTriggerRequest>, IEquatable<UpdateTriggerRequest>, IDeepCloneable<UpdateTriggerRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Eventarc v1 API class UpdateTriggerRequest.
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 available for the `UpdateTriggerRequest` is 2.6.0, with 2.5.0 being the current version in context, and several older versions available for reference."],["`UpdateTriggerRequest` is a class used for updating triggers within the Eventarc v1 API, and it inherits from the base `object` class while implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides properties such as `AllowMissing`, `Trigger`, `UpdateMask`, and `ValidateOnly` to manage the update behavior, the trigger to be updated, the specific fields to update, and whether the update is just for validation purposes, respectively."],["There are two constructors, one being the default and the other accepting another `UpdateTriggerRequest` as a parameter to clone or create a new instance based off an existing instance."],["The `UpdateTriggerRequest` is used to update an existing trigger, or if `AllowMissing` is set to true and the trigger isn't found, it will create a new trigger."]]],[]]