ProjectsTenants
class ProjectsTenants extends Resource (View source)
The "tenants" collection of methods.
Typical usage is:
$jobsService = new Google\Service\CloudTalentSolution(...);
$tenants = $jobsService->projects_tenants;
Methods
completeQuery(string $tenant, array $optParams = [])
Completes the specified prefix with keyword suggestions. Intended for use by a job search auto-complete search box. (tenants.completeQuery)
listProjectsTenants(string $parent, array $optParams = [])
Lists all tenants associated with the project. (tenants.listProjectsTenants)
Details
CompleteQueryResponse
completeQuery(string $tenant, array $optParams = [])
Completes the specified prefix with keyword suggestions. Intended for use by a job search auto-complete search box. (tenants.completeQuery)
Tenant
create(string $parent, Tenant $postBody, array $optParams = [])
Creates a new tenant entity. (tenants.create)
JobsEmpty
delete(string $name, array $optParams = [])
Deletes specified tenant. (tenants.delete)
Tenant
get(string $name, array $optParams = [])
Retrieves specified tenant. (tenants.get)
ListTenantsResponse
listProjectsTenants(string $parent, array $optParams = [])
Lists all tenants associated with the project. (tenants.listProjectsTenants)