Package | Description |
---|---|
com.google.cloud.talent.v4beta1 |
A client to Cloud Talent Solution API
|
Modifier and Type | Method and Description |
---|---|
TenantName |
TenantName.Builder.build() |
static TenantName |
TenantName.of(String project,
String tenant) |
static TenantName |
TenantName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<TenantName> |
TenantName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
OperationFuture<JobOperationResult,BatchOperationMetadata> |
JobServiceClient.batchCreateJobsAsync(TenantName parent,
List<Job> jobs)
Begins executing a batch create jobs operation.
|
void |
JobServiceClient.batchDeleteJobs(TenantName parent,
String filter)
Deletes a list of [Job][google.cloud.talent.v4beta1.Job]s by filter.
|
OperationFuture<JobOperationResult,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.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
TenantName.toStringList(List<TenantName> values) |
Copyright © 2022 Google LLC. All rights reserved.