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.
Extended By
Included In
Methods
#execution_path
def execution_path(project:, location:, job:, execution:) -> ::StringCreate a fully-qualified Execution resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/jobs/{job}/executions/{execution}
- project (String)
- location (String)
- job (String)
- execution (String)
- (::String)
- (::ArgumentError)
#job_path
def job_path(project:, location:, job:) -> ::StringCreate a fully-qualified Job resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/jobs/{job}
- project (String)
- location (String)
- job (String)
- (::String)
- (::ArgumentError)