Class: Google::Cloud::Deploy::V1::CancelAutomationRunRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::CancelAutomationRunRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
The request object used by CancelAutomationRun
.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the AutomationRun
. Format is
projects/{project}/locations/{location}/deliveryPipelines/{delivery_pipeline}/automationRuns/{automation_run}
.
3790 3791 3792 3793 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3790 class CancelAutomationRunRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |