com.google.api.gax.longrunning.OperationFuture<JobOperationResult,BatchOperationMetadata> |
JobServiceClient.batchCreateJobsAsync(ProjectName parent,
List<Job> jobs) |
Begins executing a batch create jobs operation.
|
void |
JobServiceClient.batchDeleteJobs(ProjectName parent,
String filter) |
Deletes a list of [Job][google.cloud.talent.v4beta1.Job]s by filter.
|
com.google.api.gax.longrunning.OperationFuture<JobOperationResult,BatchOperationMetadata> |
JobServiceClient.batchUpdateJobsAsync(ProjectName parent,
List<Job> jobs) |
Begins executing a batch update jobs operation.
|
ClientEvent |
EventServiceClient.createClientEvent(ProjectName parent,
ClientEvent clientEvent) |
Report events issued when end user interacts with customer's application that uses Cloud Talent
Solution.
|
Company |
CompanyServiceClient.createCompany(ProjectName parent,
Company company) |
Creates a new company entity.
|
Job |
JobServiceClient.createJob(ProjectName parent,
Job job) |
Creates a new job.
|
Tenant |
TenantServiceClient.createTenant(ProjectName parent,
Tenant tenant) |
Creates a new tenant entity.
|
CompanyServiceClient.ListCompaniesPagedResponse |
CompanyServiceClient.listCompanies(ProjectName parent) |
Lists all companies associated with the project.
|
JobServiceClient.ListJobsPagedResponse |
JobServiceClient.listJobs(ProjectName parent,
String filter) |
Lists jobs by filter.
|
TenantServiceClient.ListTenantsPagedResponse |
TenantServiceClient.listTenants(ProjectName parent) |
Lists all tenants associated with the project.
|