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-04-17 UTC."],[[["This webpage details the `CreateTriggerRequest` class, which is used to create triggers within the Google Cloud Eventarc service."],["The `CreateTriggerRequest` class is part of the `Google.Cloud.Eventarc.V1` namespace and is available in versions ranging from 1.0.0 to 2.6.0, with 2.6.0 being the latest."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to manage the creation of trigger requests."],["The `CreateTriggerRequest` has properties such as `Parent`, `Trigger`, `TriggerId`, and `ValidateOnly` which are all crucial for defining the trigger that is to be created."],["There are two constructors available for the `CreateTriggerRequest` class, one being the default constructor and the other taking in a parameter of type `CreateTriggerRequest` to create an instance of the class."]]],[]]