Uses of Class
com.google.cloud.talent.v4.JobCategory
-
Packages that use JobCategory Package Description com.google.cloud.talent.v4 A client to Cloud Talent Solution API -
-
Uses of JobCategory in com.google.cloud.talent.v4
Methods in com.google.cloud.talent.v4 that return JobCategory Modifier and Type Method Description static JobCategoryJobCategory. forNumber(int value)JobCategoryJob.DerivedInfo.Builder. getJobCategories(int index)Job categories derived from [Job.title][google.cloud.talent.v4.Job.title] and [Job.description][google.cloud.talent.v4.Job.description].JobCategoryJob.DerivedInfo. getJobCategories(int index)Job categories derived from [Job.title][google.cloud.talent.v4.Job.title] and [Job.description][google.cloud.talent.v4.Job.description].JobCategoryJob.DerivedInfoOrBuilder. getJobCategories(int index)Job categories derived from [Job.title][google.cloud.talent.v4.Job.title] and [Job.description][google.cloud.talent.v4.Job.description].JobCategoryJobQuery.Builder. getJobCategories(int index)The category filter specifies the categories of jobs to search against.JobCategoryJobQuery. getJobCategories(int index)The category filter specifies the categories of jobs to search against.JobCategoryJobQueryOrBuilder. getJobCategories(int index)The category filter specifies the categories of jobs to search against.static JobCategoryJobCategory. valueOf(int value)Deprecated.static JobCategoryJobCategory. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static JobCategoryJobCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static JobCategory[]JobCategory. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.talent.v4 that return types with arguments of type JobCategory Modifier and Type Method Description List<JobCategory>Job.DerivedInfo.Builder. getJobCategoriesList()Job categories derived from [Job.title][google.cloud.talent.v4.Job.title] and [Job.description][google.cloud.talent.v4.Job.description].List<JobCategory>Job.DerivedInfo. getJobCategoriesList()Job categories derived from [Job.title][google.cloud.talent.v4.Job.title] and [Job.description][google.cloud.talent.v4.Job.description].List<JobCategory>Job.DerivedInfoOrBuilder. getJobCategoriesList()Job categories derived from [Job.title][google.cloud.talent.v4.Job.title] and [Job.description][google.cloud.talent.v4.Job.description].List<JobCategory>JobQuery.Builder. getJobCategoriesList()The category filter specifies the categories of jobs to search against.List<JobCategory>JobQuery. getJobCategoriesList()The category filter specifies the categories of jobs to search against.List<JobCategory>JobQueryOrBuilder. getJobCategoriesList()The category filter specifies the categories of jobs to search against.static com.google.protobuf.Internal.EnumLiteMap<JobCategory>JobCategory. internalGetValueMap()Methods in com.google.cloud.talent.v4 with parameters of type JobCategory Modifier and Type Method Description Job.DerivedInfo.BuilderJob.DerivedInfo.Builder. addJobCategories(JobCategory value)Job categories derived from [Job.title][google.cloud.talent.v4.Job.title] and [Job.description][google.cloud.talent.v4.Job.description].JobQuery.BuilderJobQuery.Builder. addJobCategories(JobCategory value)The category filter specifies the categories of jobs to search against.Job.DerivedInfo.BuilderJob.DerivedInfo.Builder. setJobCategories(int index, JobCategory value)Job categories derived from [Job.title][google.cloud.talent.v4.Job.title] and [Job.description][google.cloud.talent.v4.Job.description].JobQuery.BuilderJobQuery.Builder. setJobCategories(int index, JobCategory value)The category filter specifies the categories of jobs to search against.Method parameters in com.google.cloud.talent.v4 with type arguments of type JobCategory Modifier and Type Method Description Job.DerivedInfo.BuilderJob.DerivedInfo.Builder. addAllJobCategories(Iterable<? extends JobCategory> values)Job categories derived from [Job.title][google.cloud.talent.v4.Job.title] and [Job.description][google.cloud.talent.v4.Job.description].JobQuery.BuilderJobQuery.Builder. addAllJobCategories(Iterable<? extends JobCategory> values)The category filter specifies the categories of jobs to search against.
-