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 available is 3.4.0, with multiple older versions, down to 1.0.0, also listed for reference."],["`GetDeliveryPipelineRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for object manipulation and interaction."],["The class contains properties such as `DeliveryPipelineName` and `Name` to represent the delivery pipeline being requested, where the `Name` property is a required field, and is represented as a string."],["The `GetDeliveryPipelineRequest` class provides two constructors: a default parameterless one, and another which accepts an existing `GetDeliveryPipelineRequest` object as a parameter."]]],[]]