Transcoder V1 API - Module Google::Cloud::Video::Transcoder::V1::TranscoderService::Paths (v0.13.0)

Reference documentation and code samples for the Transcoder V1 API module Google::Cloud::Video::Transcoder::V1::TranscoderService::Paths.

Path helper methods for the TranscoderService API.

Methods

#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)

#job_template_path

def job_template_path(project:, location:, job_template:) -> ::String

Create a fully-qualified JobTemplate resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/jobTemplates/{job_template}

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

#location_path

def location_path(project:, location:) -> ::String

Create a fully-qualified Location resource string.

The resource will be in the following format:

projects/{project}/locations/{location}

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