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 as a request message for the `GetTrigger` method in the Google Cloud Eventarc V1 API."],["This class implements several interfaces, including `IMessage\u003cGetTriggerRequest\u003e`, `IEquatable\u003cGetTriggerRequest\u003e`, `IDeepCloneable\u003cGetTriggerRequest\u003e`, `IBufferMessage`, and `IMessage`."],["`GetTriggerRequest` has two constructors: a default constructor and one that accepts another `GetTriggerRequest` object as a parameter."],["It contains two key properties: `Name` which is a string representing the name of the trigger, and `TriggerName`, which provides a typed view of the `Name` property."],["The latest version of the API related to `GetTriggerRequest` is version 2.6.0, with versions ranging back to version 1.0.0 also available."]]],[]]