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

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

Path helper methods for the ProfileService API.

Methods

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

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