public sealed class GetPipelineRequest : IMessage<GetPipelineRequest>, IEquatable<GetPipelineRequest>, IDeepCloneable<GetPipelineRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Eventarc v1 API class GetPipelineRequest.
[[["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-03-21 UTC."],[[["The `GetPipelineRequest` class is part of the Eventarc v1 API in the Google Cloud .NET library, designed for retrieving a specific pipeline."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like message handling, comparison, deep cloning, and buffer management."],["It is available in multiple versions, from 1.0.0 to the latest version 2.6.0, all of which are accessible through the provided documentation links."],["`GetPipelineRequest` features a `Name` property, a string representing the name of the pipeline to retrieve, and a `PipelineName` property which offers a typed view of the resource name."],["Two constructors are available for creating a `GetPipelineRequest` object, one being an empty constructor and the other one taking another `GetPipelineRequest` as a parameter."]]],[]]