Class: Google::Cloud::Workflows::Executions::V1::CreateExecutionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Workflows::Executions::V1::CreateExecutionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/workflows/executions/v1/executions.rb
Overview
Request for the CreateExecution method.
Instance Attribute Summary collapse
-
#execution ⇒ ::Google::Cloud::Workflows::Executions::V1::Execution
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#execution ⇒ ::Google::Cloud::Workflows::Executions::V1::Execution
Returns Required. Execution to be created.
317 318 319 320 |
# File 'proto_docs/google/cloud/workflows/executions/v1/executions.rb', line 317 class CreateExecutionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Name of the workflow for which an execution should be created. Format: projects/{project}/locations/{location}/workflows/{workflow} The latest revision of the workflow will be used.
317 318 319 320 |
# File 'proto_docs/google/cloud/workflows/executions/v1/executions.rb', line 317 class CreateExecutionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |