public static interface Job.DerivedInfoOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
JobCategory |
getJobCategories(int index)
Job categories derived from [Job.title][google.cloud.talent.v4beta1.Job.title] and [Job.description][google.cloud.talent.v4beta1.Job.description].
|
int |
getJobCategoriesCount()
Job categories derived from [Job.title][google.cloud.talent.v4beta1.Job.title] and [Job.description][google.cloud.talent.v4beta1.Job.description].
|
List<JobCategory> |
getJobCategoriesList()
Job categories derived from [Job.title][google.cloud.talent.v4beta1.Job.title] and [Job.description][google.cloud.talent.v4beta1.Job.description].
|
int |
getJobCategoriesValue(int index)
Job categories derived from [Job.title][google.cloud.talent.v4beta1.Job.title] and [Job.description][google.cloud.talent.v4beta1.Job.description].
|
List<Integer> |
getJobCategoriesValueList()
Job categories derived from [Job.title][google.cloud.talent.v4beta1.Job.title] and [Job.description][google.cloud.talent.v4beta1.Job.description].
|
Location |
getLocations(int index)
Structured locations of the job, resolved from [Job.addresses][google.cloud.talent.v4beta1.Job.addresses].
|
int |
getLocationsCount()
Structured locations of the job, resolved from [Job.addresses][google.cloud.talent.v4beta1.Job.addresses].
|
List<Location> |
getLocationsList()
Structured locations of the job, resolved from [Job.addresses][google.cloud.talent.v4beta1.Job.addresses].
|
LocationOrBuilder |
getLocationsOrBuilder(int index)
Structured locations of the job, resolved from [Job.addresses][google.cloud.talent.v4beta1.Job.addresses].
|
List<? extends LocationOrBuilder> |
getLocationsOrBuilderList()
Structured locations of the job, resolved from [Job.addresses][google.cloud.talent.v4beta1.Job.addresses].
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<Location> getLocationsList()
Structured locations of the job, resolved from [Job.addresses][google.cloud.talent.v4beta1.Job.addresses]. [locations][google.cloud.talent.v4beta1.Job.DerivedInfo.locations] are exactly matched to [Job.addresses][google.cloud.talent.v4beta1.Job.addresses] in the same order.
repeated .google.cloud.talent.v4beta1.Location locations = 1;
Location getLocations(int index)
Structured locations of the job, resolved from [Job.addresses][google.cloud.talent.v4beta1.Job.addresses]. [locations][google.cloud.talent.v4beta1.Job.DerivedInfo.locations] are exactly matched to [Job.addresses][google.cloud.talent.v4beta1.Job.addresses] in the same order.
repeated .google.cloud.talent.v4beta1.Location locations = 1;
int getLocationsCount()
Structured locations of the job, resolved from [Job.addresses][google.cloud.talent.v4beta1.Job.addresses]. [locations][google.cloud.talent.v4beta1.Job.DerivedInfo.locations] are exactly matched to [Job.addresses][google.cloud.talent.v4beta1.Job.addresses] in the same order.
repeated .google.cloud.talent.v4beta1.Location locations = 1;
List<? extends LocationOrBuilder> getLocationsOrBuilderList()
Structured locations of the job, resolved from [Job.addresses][google.cloud.talent.v4beta1.Job.addresses]. [locations][google.cloud.talent.v4beta1.Job.DerivedInfo.locations] are exactly matched to [Job.addresses][google.cloud.talent.v4beta1.Job.addresses] in the same order.
repeated .google.cloud.talent.v4beta1.Location locations = 1;
LocationOrBuilder getLocationsOrBuilder(int index)
Structured locations of the job, resolved from [Job.addresses][google.cloud.talent.v4beta1.Job.addresses]. [locations][google.cloud.talent.v4beta1.Job.DerivedInfo.locations] are exactly matched to [Job.addresses][google.cloud.talent.v4beta1.Job.addresses] in the same order.
repeated .google.cloud.talent.v4beta1.Location locations = 1;
List<JobCategory> getJobCategoriesList()
Job categories derived from [Job.title][google.cloud.talent.v4beta1.Job.title] and [Job.description][google.cloud.talent.v4beta1.Job.description].
repeated .google.cloud.talent.v4beta1.JobCategory job_categories = 3;
int getJobCategoriesCount()
Job categories derived from [Job.title][google.cloud.talent.v4beta1.Job.title] and [Job.description][google.cloud.talent.v4beta1.Job.description].
repeated .google.cloud.talent.v4beta1.JobCategory job_categories = 3;
JobCategory getJobCategories(int index)
Job categories derived from [Job.title][google.cloud.talent.v4beta1.Job.title] and [Job.description][google.cloud.talent.v4beta1.Job.description].
repeated .google.cloud.talent.v4beta1.JobCategory job_categories = 3;
index
- The index of the element to return.List<Integer> getJobCategoriesValueList()
Job categories derived from [Job.title][google.cloud.talent.v4beta1.Job.title] and [Job.description][google.cloud.talent.v4beta1.Job.description].
repeated .google.cloud.talent.v4beta1.JobCategory job_categories = 3;
int getJobCategoriesValue(int index)
Job categories derived from [Job.title][google.cloud.talent.v4beta1.Job.title] and [Job.description][google.cloud.talent.v4beta1.Job.description].
repeated .google.cloud.talent.v4beta1.JobCategory job_categories = 3;
index
- The index of the value to return.Copyright © 2022 Google LLC. All rights reserved.