Cloud Talent Solution V4 API - Module Google::Cloud::Talent::V4::JobService::Paths (v0.7.0)

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.

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}

Parameters
  • project (String)
  • tenant (String)
  • company (String)
Returns
  • (::String)
Raises
  • (::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}

Parameters
  • project (String)
  • tenant (String)
  • job (String)
Returns
  • (::String)
Raises
  • (::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}

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