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 document outlines the `CreateTriggerRequest` class within the `Google.Cloud.Eventarc.V1` namespace, used for requesting the creation of a trigger in Eventarc."],["The latest version available for the `CreateTriggerRequest` is 2.6.0, although this document provides details specifically for version 1.2.0."],["The `CreateTriggerRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and extensive functionality."],["The class provides properties such as `Parent`, `ParentAsLocationName`, `Trigger`, `TriggerId`, and `ValidateOnly` to manage and define the creation of a trigger."],["The class contains two constructor methods: one default constructor `CreateTriggerRequest()` and one that takes in another `CreateTriggerRequest` object as a parameter."]]],[]]