public sealed class UpdateTriggerRequest : IMessage<UpdateTriggerRequest>, IEquatable<UpdateTriggerRequest>, IDeepCloneable<UpdateTriggerRequest>, IBufferMessage, IMessage
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-04-17 UTC."],[[["This document provides details for the `UpdateTriggerRequest` class within the Google.Cloud.Eventarc.V1 namespace, specifically version 2.0.0, outlining its functionality in updating triggers."],["The `UpdateTriggerRequest` class is used to update triggers and it allows for the creation of a new trigger if it is not found and `AllowMissing` is set to true, ignoring the `update_mask` in that situation."],["Key properties of the `UpdateTriggerRequest` class include `AllowMissing`, `Trigger`, `UpdateMask`, and `ValidateOnly`, which control whether a new trigger can be created, the trigger to be updated, the fields to be updated, and if a request is for validation only, respectively."],["The latest version for this document is 2.6.0, and there are multiple versions from 1.0.0 to 2.6.0 listed within the content which can be navigated to."]]],[]]