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-03-21 UTC."],[[["The `UpdateTriggerRequest` class is used to send requests for updating triggers within the Google Cloud Eventarc V1 service, with version 2.6.0 being the latest, as well as a detailed breakdown from versions 1.0.0 to 2.5.0."],["This class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its capabilities for message handling and object manipulation."],["The `UpdateTriggerRequest` class offers constructors for creating instances, either new or by cloning existing ones, allowing for flexibility in request preparation."],["Key properties of the class include `AllowMissing`, `Trigger`, `UpdateMask`, and `ValidateOnly`, which manage the behavior of the update, such as creating a new trigger if one doesn't exist, defining which fields to update, and enabling request validation without actual posting."],["The namespace for this class is `Google.Cloud.Eventarc.V1`, within the `Google.Cloud.Eventarc.V1.dll` assembly."]]],[]]