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 requests for creating triggers within the Google Cloud Eventarc V1 service, with version 2.6.0 being the latest."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to provide functionalities like deep cloning and message handling."],["It includes properties like `Parent`, `Trigger`, `TriggerId`, and `ValidateOnly`, which are essential for specifying the location, details, ID, and validation requirements of the trigger being created."],["The class features two constructors: a default constructor and one that accepts another `CreateTriggerRequest` instance for creating a new request based on an existing one."],["The `ParentAsLocationName` property provides a structured way to access the parent location name, enhancing how the parent resource is managed and referenced."]]],[]]