Class: Google::Cloud::Workflows::Executions::V1::CreateExecutionRequest

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

Instance Attribute Details

#execution::Google::Cloud::Workflows::Executions::V1::Execution

Returns Required. Execution to be created.

Returns:



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.

Returns:

  • (::String)

    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