Class GetDeliveryPipelineRequest (1.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
NameDescription
otherGetDeliveryPipelineRequest

Properties

DeliveryPipelineName

public DeliveryPipelineName DeliveryPipelineName { get; set; }

DeliveryPipelineName-typed view over the Name resource name property.

Property Value
TypeDescription
DeliveryPipelineName

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
TypeDescription
String