Class: Google::Cloud::Deploy::V1::GetDeliveryPipelineRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::GetDeliveryPipelineRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
The request object for GetDeliveryPipeline
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the DeliveryPipeline
. Format must be
projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}
.
524 525 526 527 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 524 class GetDeliveryPipelineRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |