public sealed class GetTriggerRequest : IMessage<GetTriggerRequest>, IEquatable<GetTriggerRequest>, IDeepCloneable<GetTriggerRequest>, 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 webpage details the `GetTriggerRequest` class within the `Google.Cloud.Eventarc.V1` namespace, specifically version 1.2.0."],["The `GetTriggerRequest` class is the request message type for the `GetTrigger` method, inheriting from `Object` and implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, a default constructor, and one that accepts another `GetTriggerRequest` object."],["It contains properties `Name` (a string) and `TriggerName` (a `TriggerName` type), both essential for specifying the target trigger in a `GetTrigger` request."],["The page also provides access to documentation for various other versions of `GetTriggerRequest`, ranging from version 1.0.0 to the latest version, 2.6.0."]]],[]]