Google Cloud Deploy v1 API - Class GetDeliveryPipelineRequest (2.15.0)

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.

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