| Modifier and Type | Method and Description |
|---|---|
static JobCategory |
JobCategory.forNumber(int value) |
JobCategory |
JobQuery.getJobCategories(int index)
Optional.
|
JobCategory |
JobQuery.Builder.getJobCategories(int index)
Optional.
|
JobCategory |
JobQueryOrBuilder.getJobCategories(int index)
Optional.
|
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 |
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.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].
|
static JobCategory |
JobCategory.valueOf(com.google.protobuf.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()
Optional.
|
List<JobCategory> |
JobQuery.Builder.getJobCategoriesList()
Optional.
|
List<JobCategory> |
JobQueryOrBuilder.getJobCategoriesList()
Optional.
|
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> |
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.DerivedInfo.Builder.getJobCategoriesList()
Job categories derived from
[Job.title][google.cloud.talent.v4beta1.Job.title] and
[Job.description][google.cloud.talent.v4beta1.Job.description].
|
static com.google.protobuf.Internal.EnumLiteMap<JobCategory> |
JobCategory.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
JobQuery.Builder |
JobQuery.Builder.addJobCategories(JobCategory value)
Optional.
|
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.setJobCategories(int index,
JobCategory value)
Optional.
|
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].
|
| Modifier and Type | Method and Description |
|---|---|
JobQuery.Builder |
JobQuery.Builder.addAllJobCategories(Iterable<? extends JobCategory> values)
Optional.
|
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].
|
Copyright © 2019 Google LLC. All rights reserved.