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 version 3.3.0."],["The `GetDeliveryPipelineRequest` class is used to request details about a specific delivery pipeline, implementing interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class offers properties such as `DeliveryPipelineName` and `Name`, the latter of which requires a specific format: `projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}`."],["The documentation lists various previous versions of the API, ranging from 1.0.0 up to 3.4.0, with 3.4.0 being the latest."],["There are two constructors available for the `GetDeliveryPipelineRequest` class: one default constructor and another that takes a `GetDeliveryPipelineRequest` object as a parameter."]]],[]]