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."],[[["The `GetTriggerRequest` class is used to request a specific trigger within the Google Cloud Eventarc service."],["This class is part of the Google.Cloud.Eventarc.V1 namespace and is found in the Google.Cloud.Eventarc.V1.dll assembly."],["The latest version of `GetTriggerRequest` is 2.6.0, but it is accessible from version 1.0.0 all the way up."],["`GetTriggerRequest` implements several interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class has properties like `Name` (a string) and `TriggerName` (a custom TriggerName type), both are used to reference the target trigger."]]],[]]