Skip to main content

tenants

Overview

Nametenants
TypeResource
Idgoogle.jobs.tenants

Fields

NameDatatypeDescription
namestringRequired during tenant update. The resource name for a tenant. This is generated by the service when a tenant is created. The format is "projects/{project_id}/tenants/{tenant_id}", for example, "projects/foo/tenants/bar".
externalIdstringRequired. Client side tenant identifier, used to uniquely identify the tenant. The maximum number of allowed characters is 255.

Methods

NameAccessible byRequired ParamsDescription
getSELECTprojectsId, tenantsIdRetrieves specified tenant.
listSELECTprojectsIdLists all tenants associated with the project.
createINSERTprojectsIdCreates a new tenant entity.
deleteDELETEprojectsId, tenantsIdDeletes specified tenant.
_listEXECprojectsIdLists all tenants associated with the project.
complete_queryEXECprojectsId, tenantsIdCompletes the specified prefix with keyword suggestions. Intended for use by a job search auto-complete search box.
patchEXECprojectsId, tenantsIdUpdates specified tenant.