Class: Google::Cloud::Workflows::Executions::V1::CancelExecutionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Workflows::Executions::V1::CancelExecutionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/workflows/executions/v1/executions.rb
Overview
Request for the CancelExecution method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the execution to be cancelled. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}.
347 348 349 350 |
# File 'proto_docs/google/cloud/workflows/executions/v1/executions.rb', line 347 class CancelExecutionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |