Class: Google::Cloud::Workflows::Executions::V1::Execution::Status::Step
- Inherits:
-
Object
- Object
- Google::Cloud::Workflows::Executions::V1::Execution::Status::Step
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/workflows/executions/v1/executions.rb
Overview
Represents a step of the workflow this execution is running.
Instance Attribute Summary collapse
-
#routine ⇒ ::String
Name of a routine within the workflow.
-
#step ⇒ ::String
Name of a step within the routine.
Instance Attribute Details
#routine ⇒ ::String
Returns Name of a routine within the workflow.
167 168 169 170 |
# File 'proto_docs/google/cloud/workflows/executions/v1/executions.rb', line 167 class Step include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#step ⇒ ::String
Returns Name of a step within the routine.
167 168 169 170 |
# File 'proto_docs/google/cloud/workflows/executions/v1/executions.rb', line 167 class Step include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |