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
Implements
IMessage<GetDeliveryPipelineRequest>, IEquatable<GetDeliveryPipelineRequest>, IDeepCloneable<GetDeliveryPipelineRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
GetDeliveryPipelineRequest()
public GetDeliveryPipelineRequest()
GetDeliveryPipelineRequest(GetDeliveryPipelineRequest)
public GetDeliveryPipelineRequest(GetDeliveryPipelineRequest other)
Parameter | |
---|---|
Name | Description |
other | GetDeliveryPipelineRequest |
Properties
DeliveryPipelineName
public DeliveryPipelineName DeliveryPipelineName { get; set; }
DeliveryPipelineName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |