Class GetDeliveryPipelineRequest (2.0.0)

 public sealed class GetDeliveryPipelineRequest : IMessage<GetDeliveryPipelineRequest>, IEquatable<GetDeliveryPipelineRequest>, IDeepCloneable<GetDeliveryPipelineRequest>, IBufferMessage, IMessage 

The request object for GetDeliveryPipeline

Inheritance

Object > GetDeliveryPipelineRequest

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

GetDeliveryPipelineRequest()

 public GetDeliveryPipelineRequest() 

GetDeliveryPipelineRequest(GetDeliveryPipelineRequest)

 public GetDeliveryPipelineRequest(GetDeliveryPipelineRequest other) 
Parameter
Name
Description

Properties

DeliveryPipelineName

 public DeliveryPipelineName DeliveryPipelineName { get; set; } 

DeliveryPipelineName -typed view over the Name resource name property.

Property Value
Type
Description

Name

 public string Name { get; set; } 

Required. Name of the DeliveryPipeline . Format must be projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}.

Property Value
Type
Description