Class: Google::Cloud::Deploy::V1::GetAutomationRunRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::GetAutomationRunRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
The request object for GetAutomationRun
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the AutomationRun
. Format must be
projects/{project}/locations/{location}/deliveryPipelines/{delivery_pipeline}/automationRuns/{automation_run}
.
3780 3781 3782 3783 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3780 class GetAutomationRunRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |