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 documentation for the `GetDeliveryPipelineRequest` class within the Google Cloud Deploy v1 API for .NET."],["The latest version of the API covered is 3.4.0, and documentation for versions ranging from 1.0.0 to 3.4.0 are available."],["The `GetDeliveryPipelineRequest` class is used to construct a request object for retrieving a delivery pipeline, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default and one that takes another `GetDeliveryPipelineRequest` object as a parameter to duplicate it, and two properties named 'Name' and 'DeliveryPipelineName' to handle the details of said pipeline."],["The `DeliveryPipelineName` property provides a strongly-typed view over the 'Name' property, to ensure that it adheres to the proper type."]]],[]]