Package | Description |
---|---|
com.google.cloud.talent.v4beta1 |
A client to Cloud Talent Solution API
|
Modifier and Type | Method and Description |
---|---|
JobName |
JobName.Builder.build() |
JobName |
JobName.ProjectJobBuilder.build() |
static JobName |
JobName.of(String project,
String tenant,
String job) |
static JobName |
JobName.ofProjectJobName(String project,
String job) |
static JobName |
JobName.ofProjectTenantJobName(String project,
String tenant,
String job) |
static JobName |
JobName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<JobName> |
JobName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
void |
JobServiceClient.deleteJob(JobName name)
Deletes the specified job.
|
Job |
JobServiceClient.getJob(JobName name)
Retrieves the specified job, whose status is OPEN or recently EXPIRED within the last 90 days.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
JobName.toStringList(List<JobName> values) |
Copyright © 2022 Google LLC. All rights reserved.