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 latest version of the `GetTriggerRequest` class is 2.6.0, part of the `Google.Cloud.Eventarc.V1` namespace and is used to request a specific trigger."],["`GetTriggerRequest` inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to support functionality such as message handling, equality comparisons, deep cloning, and buffered messages."],["The `GetTriggerRequest` class has two constructors: a default constructor `GetTriggerRequest()` and a copy constructor `GetTriggerRequest(GetTriggerRequest other)` for creating a new instance based on an existing one."],["The class has two properties, `Name`, a string that is required for the trigger to get and `TriggerName`, a `TriggerName` typed view over the `Name` resource name property."]]],[]]