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}
- project (String)
- location (String)
- job (String)
- (::String)
- (::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}
- project (String)
- location (String)
- job_template (String)
- (::String)
- (::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}
- project (String)
- location (String)
- (::String)
- (::ArgumentError)