public sealed class CreateTriggerRequest : IMessage<CreateTriggerRequest>, IEquatable<CreateTriggerRequest>, IDeepCloneable<CreateTriggerRequest>, IBufferMessage, IMessage
[[["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 outlines the `CreateTriggerRequest` class within the Google.Cloud.Eventarc.V1 namespace, specifically version 1.3.0 of the library."],["`CreateTriggerRequest` is the request message used for the `CreateTrigger` method, facilitating the creation of a new trigger."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with inheritance from `Object`."],["The `CreateTriggerRequest` class includes properties such as `Parent`, `ParentAsLocationName`, `Trigger`, `TriggerId`, and `ValidateOnly`, which are used to define the parameters of a new trigger creation."],["The latest version available is 2.6.0 and there are 11 total versions available, including the current 1.3.0 version."]]],[]]