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 Google.Cloud.Eventarc.V1 API, specifically for version 2.3.0."],["The `UpdateTriggerRequest` class is used to update an existing trigger, and can also be used to create a new trigger if it is missing, through the AllowMissing property."],["It inherits members from the object class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as provides methods to update specific properties of a trigger."],["The API offers properties such as `AllowMissing`, `Trigger`, `UpdateMask`, and `ValidateOnly`, which can be configured to control the update process, including fields to be updated, if a trigger is allowed to be created if missing, and whether a request is to be validated or not."],["The latest version available is 2.6.0, with multiple previous versions also documented here, ranging from 1.0.0 to 2.5.0."]]],[]]