Cloud Run V2 API - Module Google::Cloud::Run::V2::Executions::Paths (v0.13.2)

Reference documentation and code samples for the Cloud Run V2 API module Google::Cloud::Run::V2::Executions::Paths.

Path helper methods for the Executions API.

Methods

#execution_path

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

Create a fully-qualified Execution resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/jobs/{job}/executions/{execution}

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

#job_path

def job_path(project:, location:, job:) -> ::String

Create a fully-qualified Job resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/jobs/{job}

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