public sealed class GetDeliveryPipelineRequest : IMessage<GetDeliveryPipelineRequest>, IEquatable<GetDeliveryPipelineRequest>, IDeepCloneable<GetDeliveryPipelineRequest>, 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-09 UTC."],[[["This webpage details the `GetDeliveryPipelineRequest` class, which is used to request information about a specific delivery pipeline in the Google Cloud Deploy service."],["The page provides documentation for version 2.0.0 of the `GetDeliveryPipelineRequest` class, while also offering links to older and newer versions, with 3.4.0 being the latest."],["`GetDeliveryPipelineRequest` inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `GetDeliveryPipelineRequest` class has two constructors, a parameterless one and one that takes another `GetDeliveryPipelineRequest` as an argument."],["The key properties of the class are `DeliveryPipelineName` which provides a typed view, and `Name` which is a string that requires the location and pipeline name."]]],[]]