Reference documentation and code samples for the Cloud Talent Solution V4beta1 API module Google::Cloud::Talent::V4beta1::CompanyService::Paths.
Path helper methods for the CompanyService API.
Methods
#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)
#project_path
def project_path(project:) -> ::String
Create a fully-qualified Project resource string.
The resource will be in the following format:
projects/{project}
- project (String)
- (::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}
- project (String)
- tenant (String)
- (::String)
- (::ArgumentError)