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 for .NET."],["The `GetDeliveryPipelineRequest` class is used to request information about a specific delivery pipeline and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available for the GetDeliveryPipelineRequest is 3.4.0 with many other versions available to access, including 2.14.0."],["It contains properties like `DeliveryPipelineName` and `Name`, which are used to specify the delivery pipeline being requested, with `Name` being a required property with specific formatting."],["This class inherits members from the `object` type, including `GetHashCode`, `GetType`, and `ToString`."]]],[]]