public sealed class GetTriggerRequest : IMessage<GetTriggerRequest>, IEquatable<GetTriggerRequest>, IDeepCloneable<GetTriggerRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Eventarc v1 API class GetTriggerRequest.
[[["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 webpage provides reference documentation for the `GetTriggerRequest` class within the Google Cloud Eventarc v1 API, detailing its usage and structure."],["The `GetTriggerRequest` class is used to construct request messages for the `GetTrigger` method, which retrieves trigger information."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."],["The latest version of the API is 2.6.0, with documentation available for versions ranging from 1.0.0 up to 2.6.0, all of which relate to `GetTriggerRequest`."],["Key properties of the `GetTriggerRequest` class include `Name`, a string that holds the required name of the trigger, and `TriggerName`, a `TriggerName`-typed view of the name."]]],[]]