public sealed class CreateTriggerRequest : IMessage<CreateTriggerRequest>, IEquatable<CreateTriggerRequest>, IDeepCloneable<CreateTriggerRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Eventarc v1 API class CreateTriggerRequest.
[[["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 provides reference information for the `CreateTriggerRequest` class within the Google Cloud Eventarc v1 API, specifically version 2.1.0, which is part of the .NET library."],["The `CreateTriggerRequest` class is used to define the request message for the `CreateTrigger` method, and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `CreateTriggerRequest` class include `Parent` (the parent collection to which the trigger is added), `Trigger` (the trigger to create), `TriggerId` (the user-provided ID for the trigger), and `ValidateOnly` (to validate the request without posting)."],["The latest version available for the API is 2.6.0, and there are multiple historical versions available for reference, ranging from version 1.0.0 up to the latest version."]]],[]]