Workflows Executions V1beta API - Class Google::Cloud::Workflows::Executions::V1beta::CreateExecutionRequest (v0.8.0)

Reference documentation and code samples for the Workflows Executions V1beta API class Google::Cloud::Workflows::Executions::V1beta::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::V1beta::Execution
Returns

#execution=

def execution=(value) -> ::Google::Cloud::Workflows::Executions::V1beta::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.