Uses of Class
com.google.cloud.talent.v4beta1.JobName
-
Packages that use JobName Package Description com.google.cloud.talent.v4beta1 A client to Cloud Talent Solution API -
-
Uses of JobName in com.google.cloud.talent.v4beta1
Methods in com.google.cloud.talent.v4beta1 that return JobName Modifier and Type Method Description JobNameJobName.Builder. build()JobNameJobName.ProjectJobBuilder. build()static JobNameJobName. of(String project, String tenant, String job)static JobNameJobName. ofProjectJobName(String project, String job)static JobNameJobName. ofProjectTenantJobName(String project, String tenant, String job)static JobNameJobName. parse(String formattedString)Methods in com.google.cloud.talent.v4beta1 that return types with arguments of type JobName Modifier and Type Method Description static List<JobName>JobName. parseList(List<String> formattedStrings)Methods in com.google.cloud.talent.v4beta1 with parameters of type JobName Modifier and Type Method Description voidJobServiceClient. deleteJob(JobName name)Deletes the specified job.JobJobServiceClient. getJob(JobName name)Retrieves the specified job, whose status is OPEN or recently EXPIRED within the last 90 days.Method parameters in com.google.cloud.talent.v4beta1 with type arguments of type JobName Modifier and Type Method Description static List<String>JobName. toStringList(List<JobName> values)
-