Reference documentation and code samples for the Cloud Talent Solution V4 API module Google::Cloud::Talent::V4::TenantService::Paths.
Path helper methods for the TenantService API.
Extended By
Included In
Methods
#project_path
def project_path(project:) -> ::StringCreate 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:) -> ::StringCreate 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)