Class: Google::Cloud::Deploy::V1::CancelAutomationRunRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#name::String

Returns Required. Name of the AutomationRun. Format is projects/{project}/locations/{location}/deliveryPipelines/{delivery_pipeline}/automationRuns/{automation_run}.

Returns:

  • (::String)

    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