public sealed class GetDeliveryPipelineRequest : IMessage<GetDeliveryPipelineRequest>, IEquatable<GetDeliveryPipelineRequest>, IDeepCloneable<GetDeliveryPipelineRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class GetDeliveryPipelineRequest.
[[["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 reference documentation for the `GetDeliveryPipelineRequest` class within the Google Cloud Deploy v1 API, specifically focusing on version 2.17.0, but also providing links to other versions."],["The `GetDeliveryPipelineRequest` class is used to define the request object for the `GetDeliveryPipeline` operation, which is used to retrieve information for a specified `DeliveryPipeline`."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for message handling, equality comparison, deep cloning, and buffer message operations."],["The `GetDeliveryPipelineRequest` class has two constructors, a default one, and another one that accepts another `GetDeliveryPipelineRequest` as a parameter for copying, and it has two properties `DeliveryPipelineName` and `Name`."],["The `DeliveryPipelineName` property is of type `DeliveryPipelineName`, representing a typed view over the resource name property, while the `Name` property is a string specifying the required name of the `DeliveryPipeline` in the format of `projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}`."]]],[]]