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 V1 service."],["It represents the request message for the `GetTrigger` method and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has two constructors, a default one and another that allows creating a copy from an existing `GetTriggerRequest` object."],["It includes properties for `Name` (a string) and `TriggerName` (a strongly typed view over the name), where `Name` is a required property that represents the name of the trigger to be retrieved."],["The latest version available of this package is version 2.6.0, while this current content is referencing version 1.3.0."]]],[]]