public sealed class GetTriggerRequest : IMessage<GetTriggerRequest>, IEquatable<GetTriggerRequest>, IDeepCloneable<GetTriggerRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Eventarc v1 API class GetTriggerRequest.
[[["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 document provides reference information for the `GetTriggerRequest` class within the Google Cloud Eventarc v1 API, specifically version 2.2.0."],["`GetTriggerRequest` is used to retrieve information about a specific trigger, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `Object` class and includes properties like `Name` (a required string) and `TriggerName` (a typed view of the name)."],["There are two constructors for `GetTriggerRequest`: a default constructor and a constructor that takes another `GetTriggerRequest` object as a parameter for copying."],["The documentation provided includes the current version 2.2.0, along with previous versions ranging back to 1.0.0, and up to the latest version, 2.6.0, all with corresponding paths to the reference documentation."]]],[]]