Class: Google::Cloud::Workflows::Executions::V1beta::CancelExecutionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Workflows::Executions::V1beta::CancelExecutionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/workflows/executions/v1beta/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}.
178 179 180 181 |
# File 'proto_docs/google/cloud/workflows/executions/v1beta/executions.rb', line 178 class CancelExecutionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |