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}
- project (String)
- tenant (String)
- profile (String)
- application (String)
- (::String)
- (::ArgumentError)
#company_path
def company_path(project:, tenant:, company:) -> ::String
def company_path(project:, company:) -> ::String
Create a fully-qualified Company resource string.
def company_path(project:, tenant:, company:) -> ::String
projects/{project}/tenants/{tenant}/companies/{company}
- project (String)
- tenant (String)
- company (String)
def company_path(project:, company:) -> ::String
projects/{project}/companies/{company}
- project (String)
- company (String)
- (::String)
- (::ArgumentError)
#job_path
def job_path(project:, tenant:, job:) -> ::String
def job_path(project:, job:) -> ::String
Create a fully-qualified Job resource string.
def job_path(project:, tenant:, job:) -> ::String
projects/{project}/tenants/{tenant}/jobs/{job}
- project (String)
- tenant (String)
- job (String)
def job_path(project:, job:) -> ::String
projects/{project}/jobs/{job}
- project (String)
- job (String)
- (::String)
- (::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}
- project (String)
- tenant (String)
- profile (String)
- (::String)
- (::ArgumentError)