Cloud Talent Solution V4beta1 API - Module Google::Cloud::Talent::V4beta1::Completion::Paths (v0.11.0)

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

Path helper methods for the Completion API.

Methods

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

#project_path

def project_path(project:) -> ::String

Create a fully-qualified Project resource string.

The resource will be in the following format:

projects/{project}

Parameter
  • project (String)
Returns
  • (::String)

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