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 webpage provides documentation for the `GetDeliveryPipelineRequest` class within the `Google.Cloud.Deploy.V1` namespace, specifically in the context of .NET development."],["The `GetDeliveryPipelineRequest` class is designed to be used as a request object for retrieving a `DeliveryPipeline`, and it implements various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class features properties like `DeliveryPipelineName` and `Name`, with the latter being a required field to specify the `DeliveryPipeline` by its resource name, structured as `projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}`."],["The documentation includes multiple versions of the `GetDeliveryPipelineRequest` class ranging from version 1.0.0 to 3.4.0 (latest), allowing developers to reference different versions for use."],["The page details the constructors available for `GetDeliveryPipelineRequest`, including a default constructor and one that accepts another `GetDeliveryPipelineRequest` object, along with inherited members from the base `Object` class."]]],[]]