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.1.0."],["The `UpdateTriggerRequest` class is used to send update requests for triggers and is part of the `Google.Cloud.Eventarc.V1` namespace."],["Key properties of the `UpdateTriggerRequest` include `AllowMissing`, which enables the creation of a new trigger if one is not found; `Trigger`, the trigger to be updated; `UpdateMask`, specifying which fields to update; and `ValidateOnly`, allowing for request validation without posting."],["The class implements `IMessage\u003cUpdateTriggerRequest\u003e`, `IEquatable\u003cUpdateTriggerRequest\u003e`, `IDeepCloneable\u003cUpdateTriggerRequest\u003e`, `IBufferMessage` and `IMessage`."],["The latest version of the `UpdateTriggerRequest` class is 2.6.0, and previous versions are available back to 1.0.0, all of which can be accessed through links provided."]]],[]]