Reference documentation and code samples for the Cloud Talent Solution V4 API module Google::Cloud::Talent::V4::JobService::Paths.
Path helper methods for the JobService API.
Extended By
Methods
#company_path
def company_path(project:, tenant:, company:) -> ::String
Create a fully-qualified Company resource string.
The resource will be in the following format:
projects/{project}/tenants/{tenant}/companies/{company}
- project (String)
- tenant (String)
- company (String)
- (::String)
- (::ArgumentError)
#job_path
def job_path(project:, tenant:, job:) -> ::String
Create a fully-qualified Job resource string.
The resource will be in the following format:
projects/{project}/tenants/{tenant}/jobs/{job}
- project (String)
- tenant (String)
- job (String)
- (::String)
- (::ArgumentError)
#tenant_path
def tenant_path(project:, tenant:) -> ::String
Create a fully-qualified Tenant resource string.
The resource will be in the following format:
projects/{project}/tenants/{tenant}
- project (String)
- tenant (String)
- (::String)
- (::ArgumentError)