Workflows Executions V1 API - Module Google::Cloud::Workflows::Executions::V1::Executions::Paths (v0.7.0)

Reference documentation and code samples for the Workflows Executions V1 API module Google::Cloud::Workflows::Executions::V1::Executions::Paths.

Path helper methods for the Executions API.

Methods

#execution_path

def execution_path(project:, location:, workflow:, execution:) -> ::String

Create a fully-qualified Execution resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}

Parameters
  • project (String)
  • location (String)
  • workflow (String)
  • execution (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#workflow_path

def workflow_path(project:, location:, workflow:) -> ::String

Create a fully-qualified Workflow resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/workflows/{workflow}

Parameters
  • project (String)
  • location (String)
  • workflow (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)