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

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

Path helper methods for the TenantService API.

Methods

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