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."],[[["This document provides reference information for the `UpdateTriggerRequest` class within the Eventarc v1 API, specifically version 2.2.0."],["`UpdateTriggerRequest` is used to send a request to update a trigger in Eventarc, and it inherits from `Object` while implementing several interfaces like `IMessage` and `IEquatable`."],["The class has several key properties, including `AllowMissing`, which determines if a new trigger is created when one is not found, `Trigger`, which holds the trigger data, `UpdateMask`, specifying which fields should be updated, and `ValidateOnly`, which is used for validation without making changes."],["There are two constructors available: a default one, and another to initialize the object by copying values from another `UpdateTriggerRequest` object."],["There are multiple versions of the `UpdateTriggerRequest` class, with the latest being 2.6.0 and historical versions all the way back to 1.0.0 also available."]]],[]]