Workflows Executions V1 API - Class Google::Cloud::Workflows::Executions::V1::CreateExecutionRequest (v0.6.2)

Reference documentation and code samples for the Workflows Executions V1 API class Google::Cloud::Workflows::Executions::V1::CreateExecutionRequest.

Request for the CreateExecution method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#execution

def execution() -> ::Google::Cloud::Workflows::Executions::V1::Execution
Returns

#execution=

def execution=(value) -> ::Google::Cloud::Workflows::Executions::V1::Execution
Parameter
Returns

#parent

def parent() -> ::String
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.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::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.
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.