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 page provides reference documentation for the `GetDeliveryPipelineRequest` class within the Google Cloud Deploy v1 API, specifically for .NET development."],["The `GetDeliveryPipelineRequest` class is used to construct request objects for the `GetDeliveryPipeline` method, and it inherits from `object` and implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `DeliveryPipelineName` and `Name`, which are essential for specifying the target delivery pipeline in a `GetDeliveryPipeline` request, in the format `projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}`."],["The documentation offers a detailed breakdown of the available versions of the API, ranging from 1.0.0 to 3.4.0 (latest), and all previous version inbetween."],["There are two constructors available for creating instances of `GetDeliveryPipelineRequest`, one with no parameters and another that accepts another `GetDeliveryPipelineRequest` as a parameter."]]],[]]