Package | Description |
---|---|
com.google.cloud.talent.v4beta1 |
A client to Cloud Talent Solution API
|
Modifier and Type | Method and Description |
---|---|
ProjectName |
ProjectName.Builder.build() |
static ProjectName |
ProjectName.of(String project) |
static ProjectName |
ProjectName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<ProjectName> |
ProjectName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
ProjectName.toStringList(List<ProjectName> values) |
Copyright © 2022 Google LLC. All rights reserved.