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-03-21 UTC."],[[["This page details the `GetDeliveryPipelineRequest` class, which is used to request a specific delivery pipeline within the Google Cloud Deploy service, spanning multiple versions from 1.0.0 to 3.4.0 (latest)."],["The `GetDeliveryPipelineRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionalities within the Google Cloud Protobuf system."],["The class inherits from `Object` and includes properties like `DeliveryPipelineName` (a typed resource name) and `Name` (a string resource name) to specify the target delivery pipeline, with `Name` being a required property to make a successful request."],["There are two constructors provided for creating instances of `GetDeliveryPipelineRequest`, one default and one that takes an existing `GetDeliveryPipelineRequest` object as a parameter."]]],[]]