com.google.api.gax.longrunning.OperationFuture<BatchCreateJobsResponse,BatchOperationMetadata> |
JobServiceClient.batchCreateJobsAsync(TenantName parent,
List<Job> jobs) |
Begins executing a batch create jobs operation.
|
com.google.api.gax.longrunning.OperationFuture<BatchDeleteJobsResponse,BatchOperationMetadata> |
JobServiceClient.batchDeleteJobsAsync(TenantName parent,
List<String> names) |
Begins executing a batch delete jobs operation.
|
com.google.api.gax.longrunning.OperationFuture<BatchUpdateJobsResponse,BatchOperationMetadata> |
JobServiceClient.batchUpdateJobsAsync(TenantName parent,
List<Job> jobs) |
Begins executing a batch update jobs operation.
|
ClientEvent |
EventServiceClient.createClientEvent(TenantName parent,
ClientEvent clientEvent) |
Report events issued when end user interacts with customer's application that uses Cloud Talent
Solution.
|
Company |
CompanyServiceClient.createCompany(TenantName parent,
Company company) |
Creates a new company entity.
|
Job |
JobServiceClient.createJob(TenantName parent,
Job job) |
Creates a new job.
|
void |
TenantServiceClient.deleteTenant(TenantName name) |
Deletes specified tenant.
|
Tenant |
TenantServiceClient.getTenant(TenantName name) |
Retrieves specified tenant.
|
CompanyServiceClient.ListCompaniesPagedResponse |
CompanyServiceClient.listCompanies(TenantName parent) |
Lists all companies associated with the project.
|
JobServiceClient.ListJobsPagedResponse |
JobServiceClient.listJobs(TenantName parent,
String filter) |
Lists jobs by filter.
|