Package | Description |
---|---|
com.google.cloud.talent.v4 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
static JobCategory |
JobCategory.forNumber(int value) |
JobCategory |
JobQuery.getJobCategories(int index)
The category filter specifies the categories of jobs to search against.
|
JobCategory |
JobQuery.Builder.getJobCategories(int index)
The category filter specifies the categories of jobs to search against.
|
JobCategory |
Job.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].
|
JobCategory |
Job.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].
|
JobCategory |
Job.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].
|
JobCategory |
JobQueryOrBuilder.getJobCategories(int index)
The category filter specifies the categories of jobs to search against.
|
static JobCategory |
JobCategory.valueOf(Descriptors.EnumValueDescriptor desc) |
static JobCategory |
JobCategory.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
Modifier and Type | Method and Description |
---|---|
List<JobCategory> |
JobQuery.getJobCategoriesList()
The category filter specifies the categories of jobs to search against.
|
List<JobCategory> |
JobQuery.Builder.getJobCategoriesList()
The category filter specifies the categories of jobs to search against.
|
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> |
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.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> |
JobQueryOrBuilder.getJobCategoriesList()
The category filter specifies the categories of jobs to search against.
|
static Internal.EnumLiteMap<JobCategory> |
JobCategory.internalGetValueMap() |
Modifier and Type | Method and 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.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.Builder |
JobQuery.Builder.setJobCategories(int index,
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.v4.Job.title] and [Job.description][google.cloud.talent.v4.Job.description].
|
Modifier and Type | Method and Description |
---|---|
JobQuery.Builder |
JobQuery.Builder.addAllJobCategories(Iterable<? extends JobCategory> values)
The category filter specifies the categories of jobs to search against.
|
Job.DerivedInfo.Builder |
Job.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].
|
Copyright © 2022 Google LLC. All rights reserved.