Cloud Talent Solution V4beta1 API - Module Google::Cloud::Talent::V4beta1::ApplicationService::Paths (v0.4.6)

Reference documentation and code samples for the Cloud Talent Solution V4beta1 API module Google::Cloud::Talent::V4beta1::ApplicationService::Paths.

Path helper methods for the ApplicationService API.

Methods

#application_path

def application_path(project:, tenant:, profile:, application:) -> ::String

Create a fully-qualified Application resource string.

The resource will be in the following format:

projects/{project}/tenants/{tenant}/profiles/{profile}/applications/{application}

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

#company_path

def company_path(project:, tenant:, company:) -> ::String
def company_path(project:, company:) -> ::String

Create a fully-qualified Company resource string.

Overloads
def company_path(project:, tenant:, company:) -> ::String
The resource will be in the following format:

projects/{project}/tenants/{tenant}/companies/{company}

Parameters
  • project (String)
  • tenant (String)
  • company (String)
def company_path(project:, company:) -> ::String
The resource will be in the following format:

projects/{project}/companies/{company}

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

#job_path

def job_path(project:, tenant:, job:) -> ::String
def job_path(project:, job:) -> ::String

Create a fully-qualified Job resource string.

Overloads
def job_path(project:, tenant:, job:) -> ::String
The resource will be in the following format:

projects/{project}/tenants/{tenant}/jobs/{job}

Parameters
  • project (String)
  • tenant (String)
  • job (String)
def job_path(project:, job:) -> ::String
The resource will be in the following format:

projects/{project}/jobs/{job}

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

#profile_path

def profile_path(project:, tenant:, profile:) -> ::String

Create a fully-qualified Profile resource string.

The resource will be in the following format:

projects/{project}/tenants/{tenant}/profiles/{profile}

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