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."],[[["The `CreateTriggerRequest` class is used to send a request to create a trigger within the Google Cloud Eventarc service, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class contains properties such as `Parent`, `ParentAsLocationName`, `Trigger`, `TriggerId`, and `ValidateOnly` which are all crucial for defining the trigger and where it should be added, and it also specifies the properties for validation."],["The latest version of this service is 2.6.0, and a wide range of previous versions are available, showing its evolution and past use."],["There are two constructors, `CreateTriggerRequest()` and `CreateTriggerRequest(CreateTriggerRequest other)`, which allow for creating an empty object or cloning an existing one."],["This class is found within the `Google.Cloud.Eventarc.V1` namespace and is part of the `Google.Cloud.Eventarc.V1.dll` assembly."]]],[]]