Uses of Class
com.google.cloud.talent.v4beta1.JobCategory
-
Packages that use JobCategory Package Description com.google.cloud.talent.v4beta1 A client to Cloud Talent Solution API -
-
Uses of JobCategory in com.google.cloud.talent.v4beta1
Methods in com.google.cloud.talent.v4beta1 that return JobCategory Modifier and Type Method Description static JobCategory
JobCategory. forNumber(int value)
JobCategory
Job.DerivedInfo.Builder. getJobCategories(int index)
Job categories derived from [Job.title][google.cloud.talent.v4beta1.Job.title] and [Job.description][google.cloud.talent.v4beta1.Job.description].JobCategory
Job.DerivedInfo. getJobCategories(int index)
Job categories derived from [Job.title][google.cloud.talent.v4beta1.Job.title] and [Job.description][google.cloud.talent.v4beta1.Job.description].JobCategory
Job.DerivedInfoOrBuilder. getJobCategories(int index)
Job categories derived from [Job.title][google.cloud.talent.v4beta1.Job.title] and [Job.description][google.cloud.talent.v4beta1.Job.description].JobCategory
JobQuery.Builder. getJobCategories(int index)
The category filter specifies the categories of jobs to search against.JobCategory
JobQuery. getJobCategories(int index)
The category filter specifies the categories of jobs to search against.JobCategory
JobQueryOrBuilder. getJobCategories(int index)
The category filter specifies the categories of jobs to search against.static JobCategory
JobCategory. valueOf(int value)
Deprecated.static JobCategory
JobCategory. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static JobCategory
JobCategory. 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.v4beta1 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.v4beta1.Job.title] and [Job.description][google.cloud.talent.v4beta1.Job.description].List<JobCategory>
Job.DerivedInfo. getJobCategoriesList()
Job categories derived from [Job.title][google.cloud.talent.v4beta1.Job.title] and [Job.description][google.cloud.talent.v4beta1.Job.description].List<JobCategory>
Job.DerivedInfoOrBuilder. getJobCategoriesList()
Job categories derived from [Job.title][google.cloud.talent.v4beta1.Job.title] and [Job.description][google.cloud.talent.v4beta1.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.v4beta1 with parameters of type JobCategory Modifier and Type Method Description Job.DerivedInfo.Builder
Job.DerivedInfo.Builder. addJobCategories(JobCategory value)
Job categories derived from [Job.title][google.cloud.talent.v4beta1.Job.title] and [Job.description][google.cloud.talent.v4beta1.Job.description].JobQuery.Builder
JobQuery.Builder. addJobCategories(JobCategory value)
The category filter specifies the categories of jobs to search against.Job.DerivedInfo.Builder
Job.DerivedInfo.Builder. setJobCategories(int index, JobCategory value)
Job categories derived from [Job.title][google.cloud.talent.v4beta1.Job.title] and [Job.description][google.cloud.talent.v4beta1.Job.description].JobQuery.Builder
JobQuery.Builder. setJobCategories(int index, JobCategory value)
The category filter specifies the categories of jobs to search against.Method parameters in com.google.cloud.talent.v4beta1 with type arguments of type JobCategory Modifier and Type Method Description Job.DerivedInfo.Builder
Job.DerivedInfo.Builder. addAllJobCategories(Iterable<? extends JobCategory> values)
Job categories derived from [Job.title][google.cloud.talent.v4beta1.Job.title] and [Job.description][google.cloud.talent.v4beta1.Job.description].JobQuery.Builder
JobQuery.Builder. addAllJobCategories(Iterable<? extends JobCategory> values)
The category filter specifies the categories of jobs to search against.
-