- 2.79.0 (latest)
- 2.77.0
- 2.76.0
- 2.75.0
- 2.74.0
- 2.73.0
- 2.71.0
- 2.69.0
- 2.68.0
- 2.65.0
- 2.64.0
- 2.63.0
- 2.61.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.6
- 2.2.9
public static final class Job.DerivedInfo.Builder extends GeneratedMessageV3.Builder<Job.DerivedInfo.Builder> implements Job.DerivedInfoOrBuilderDerived details about the job posting.
Protobuf type google.cloud.talent.v4beta1.Job.DerivedInfo
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Job.DerivedInfo.BuilderImplements
Job.DerivedInfoOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllJobCategories(Iterable<? extends JobCategory> values)
public Job.DerivedInfo.Builder addAllJobCategories(Iterable<? extends JobCategory> values)Job categories derived from Job.title and Job.description.
repeated .google.cloud.talent.v4beta1.JobCategory job_categories = 3;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.talent.v4beta1.JobCategory>The jobCategories to add. |
| Returns | |
|---|---|
| Type | Description |
Job.DerivedInfo.Builder |
This builder for chaining. |
addAllJobCategoriesValue(Iterable<Integer> values)
public Job.DerivedInfo.Builder addAllJobCategoriesValue(Iterable<Integer> values)Job categories derived from Job.title and Job.description.
repeated .google.cloud.talent.v4beta1.JobCategory job_categories = 3;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<Integer>The enum numeric values on the wire for jobCategories to add. |
| Returns | |
|---|---|
| Type | Description |
Job.DerivedInfo.Builder |
This builder for chaining. |
addAllLocations(Iterable<? extends Location> values)
public Job.DerivedInfo.Builder addAllLocations(Iterable<? extends Location> values)Structured locations of the job, resolved from Job.addresses.
locations are exactly matched to Job.addresses in the same order.
repeated .google.cloud.talent.v4beta1.Location locations = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.talent.v4beta1.Location> |
| Returns | |
|---|---|
| Type | Description |
Job.DerivedInfo.Builder |
|
addJobCategories(JobCategory value)
public Job.DerivedInfo.Builder addJobCategories(JobCategory value)Job categories derived from Job.title and Job.description.
repeated .google.cloud.talent.v4beta1.JobCategory job_categories = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
JobCategoryThe jobCategories to add. |
| Returns | |
|---|---|
| Type | Description |
Job.DerivedInfo.Builder |
This builder for chaining. |
addJobCategoriesValue(int value)
public Job.DerivedInfo.Builder addJobCategoriesValue(int value)Job categories derived from Job.title and Job.description.
repeated .google.cloud.talent.v4beta1.JobCategory job_categories = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for jobCategories to add. |
| Returns | |
|---|---|
| Type | Description |
Job.DerivedInfo.Builder |
This builder for chaining. |
addLocations(Location value)
public Job.DerivedInfo.Builder addLocations(Location value)Structured locations of the job, resolved from Job.addresses.
locations are exactly matched to Job.addresses in the same order.
repeated .google.cloud.talent.v4beta1.Location locations = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Location |
| Returns | |
|---|---|
| Type | Description |
Job.DerivedInfo.Builder |
|
addLocations(Location.Builder builderForValue)
public Job.DerivedInfo.Builder addLocations(Location.Builder builderForValue)Structured locations of the job, resolved from Job.addresses.
locations are exactly matched to Job.addresses in the same order.
repeated .google.cloud.talent.v4beta1.Location locations = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Location.Builder |
| Returns | |
|---|---|
| Type | Description |
Job.DerivedInfo.Builder |
|
addLocations(int index, Location value)
public Job.DerivedInfo.Builder addLocations(int index, Location value)Structured locations of the job, resolved from Job.addresses.
locations are exactly matched to Job.addresses in the same order.
repeated .google.cloud.talent.v4beta1.Location locations = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Location |
| Returns | |
|---|---|
| Type | Description |
Job.DerivedInfo.Builder |
|
addLocations(int index, Location.Builder builderForValue)
public Job.DerivedInfo.Builder addLocations(int index, Location.Builder builderForValue)Structured locations of the job, resolved from Job.addresses.
locations are exactly matched to Job.addresses in the same order.
repeated .google.cloud.talent.v4beta1.Location locations = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Location.Builder |
| Returns | |
|---|---|
| Type | Description |
Job.DerivedInfo.Builder |
|
addLocationsBuilder()
public Location.Builder addLocationsBuilder()Structured locations of the job, resolved from Job.addresses.
locations are exactly matched to Job.addresses in the same order.
repeated .google.cloud.talent.v4beta1.Location locations = 1;
| Returns | |
|---|---|
| Type | Description |
Location.Builder |
|
addLocationsBuilder(int index)
public Location.Builder addLocationsBuilder(int index)Structured locations of the job, resolved from Job.addresses.
locations are exactly matched to Job.addresses in the same order.
repeated .google.cloud.talent.v4beta1.Location locations = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Location.Builder |
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Job.DerivedInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
Job.DerivedInfo.Builder |
|
build()
public Job.DerivedInfo build()| Returns | |
|---|---|
| Type | Description |
Job.DerivedInfo |
|
buildPartial()
public Job.DerivedInfo buildPartial()| Returns | |
|---|---|
| Type | Description |
Job.DerivedInfo |
|
clear()
public Job.DerivedInfo.Builder clear()| Returns | |
|---|---|
| Type | Description |
Job.DerivedInfo.Builder |
|
clearField(Descriptors.FieldDescriptor field)
public Job.DerivedInfo.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
Job.DerivedInfo.Builder |
|
clearJobCategories()
public Job.DerivedInfo.Builder clearJobCategories()Job categories derived from Job.title and Job.description.
repeated .google.cloud.talent.v4beta1.JobCategory job_categories = 3;
| Returns | |
|---|---|
| Type | Description |
Job.DerivedInfo.Builder |
This builder for chaining. |
clearLocations()
public Job.DerivedInfo.Builder clearLocations()Structured locations of the job, resolved from Job.addresses.
locations are exactly matched to Job.addresses in the same order.
repeated .google.cloud.talent.v4beta1.Location locations = 1;
| Returns | |
|---|---|
| Type | Description |
Job.DerivedInfo.Builder |
|
clearOneof(Descriptors.OneofDescriptor oneof)
public Job.DerivedInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
Job.DerivedInfo.Builder |
|
clone()
public Job.DerivedInfo.Builder clone()| Returns | |
|---|---|
| Type | Description |
Job.DerivedInfo.Builder |
|
getDefaultInstanceForType()
public Job.DerivedInfo getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Job.DerivedInfo |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getJobCategories(int index)
public JobCategory getJobCategories(int index)Job categories derived from Job.title and Job.description.
repeated .google.cloud.talent.v4beta1.JobCategory job_categories = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
JobCategory |
The jobCategories at the given index. |
getJobCategoriesCount()
public int getJobCategoriesCount()Job categories derived from Job.title and Job.description.
repeated .google.cloud.talent.v4beta1.JobCategory job_categories = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The count of jobCategories. |
getJobCategoriesList()
public List<JobCategory> getJobCategoriesList()Job categories derived from Job.title and Job.description.
repeated .google.cloud.talent.v4beta1.JobCategory job_categories = 3;
| Returns | |
|---|---|
| Type | Description |
List<JobCategory> |
A list containing the jobCategories. |
getJobCategoriesValue(int index)
public int getJobCategoriesValue(int index)Job categories derived from Job.title and Job.description.
repeated .google.cloud.talent.v4beta1.JobCategory job_categories = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire of jobCategories at the given index. |
getJobCategoriesValueList()
public List<Integer> getJobCategoriesValueList()Job categories derived from Job.title and Job.description.
repeated .google.cloud.talent.v4beta1.JobCategory job_categories = 3;
| Returns | |
|---|---|
| Type | Description |
List<Integer> |
A list containing the enum numeric values on the wire for jobCategories. |
getLocations(int index)
public Location getLocations(int index)Structured locations of the job, resolved from Job.addresses.
locations are exactly matched to Job.addresses in the same order.
repeated .google.cloud.talent.v4beta1.Location locations = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Location |
|
getLocationsBuilder(int index)
public Location.Builder getLocationsBuilder(int index)Structured locations of the job, resolved from Job.addresses.
locations are exactly matched to Job.addresses in the same order.
repeated .google.cloud.talent.v4beta1.Location locations = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Location.Builder |
|
getLocationsBuilderList()
public List<Location.Builder> getLocationsBuilderList()Structured locations of the job, resolved from Job.addresses.
locations are exactly matched to Job.addresses in the same order.
repeated .google.cloud.talent.v4beta1.Location locations = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getLocationsCount()
public int getLocationsCount()Structured locations of the job, resolved from Job.addresses.
locations are exactly matched to Job.addresses in the same order.
repeated .google.cloud.talent.v4beta1.Location locations = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getLocationsList()
public List<Location> getLocationsList()Structured locations of the job, resolved from Job.addresses.
locations are exactly matched to Job.addresses in the same order.
repeated .google.cloud.talent.v4beta1.Location locations = 1;
| Returns | |
|---|---|
| Type | Description |
List<Location> |
|
getLocationsOrBuilder(int index)
public LocationOrBuilder getLocationsOrBuilder(int index)Structured locations of the job, resolved from Job.addresses.
locations are exactly matched to Job.addresses in the same order.
repeated .google.cloud.talent.v4beta1.Location locations = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
LocationOrBuilder |
|
getLocationsOrBuilderList()
public List<? extends LocationOrBuilder> getLocationsOrBuilderList()Structured locations of the job, resolved from Job.addresses.
locations are exactly matched to Job.addresses in the same order.
repeated .google.cloud.talent.v4beta1.Location locations = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.talent.v4beta1.LocationOrBuilder> |
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(Job.DerivedInfo other)
public Job.DerivedInfo.Builder mergeFrom(Job.DerivedInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
Job.DerivedInfo |
| Returns | |
|---|---|
| Type | Description |
Job.DerivedInfo.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Job.DerivedInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Job.DerivedInfo.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public Job.DerivedInfo.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Job.DerivedInfo.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Job.DerivedInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
Job.DerivedInfo.Builder |
|
removeLocations(int index)
public Job.DerivedInfo.Builder removeLocations(int index)Structured locations of the job, resolved from Job.addresses.
locations are exactly matched to Job.addresses in the same order.
repeated .google.cloud.talent.v4beta1.Location locations = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Job.DerivedInfo.Builder |
|
setField(Descriptors.FieldDescriptor field, Object value)
public Job.DerivedInfo.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
Job.DerivedInfo.Builder |
|
setJobCategories(int index, JobCategory value)
public Job.DerivedInfo.Builder setJobCategories(int index, JobCategory value)Job categories derived from Job.title and Job.description.
repeated .google.cloud.talent.v4beta1.JobCategory job_categories = 3;
| Parameters | |
|---|---|
| Name | Description |
index |
intThe index to set the value at. |
value |
JobCategoryThe jobCategories to set. |
| Returns | |
|---|---|
| Type | Description |
Job.DerivedInfo.Builder |
This builder for chaining. |
setJobCategoriesValue(int index, int value)
public Job.DerivedInfo.Builder setJobCategoriesValue(int index, int value)Job categories derived from Job.title and Job.description.
repeated .google.cloud.talent.v4beta1.JobCategory job_categories = 3;
| Parameters | |
|---|---|
| Name | Description |
index |
intThe index to set the value at. |
value |
intThe enum numeric value on the wire for jobCategories to set. |
| Returns | |
|---|---|
| Type | Description |
Job.DerivedInfo.Builder |
This builder for chaining. |
setLocations(int index, Location value)
public Job.DerivedInfo.Builder setLocations(int index, Location value)Structured locations of the job, resolved from Job.addresses.
locations are exactly matched to Job.addresses in the same order.
repeated .google.cloud.talent.v4beta1.Location locations = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Location |
| Returns | |
|---|---|
| Type | Description |
Job.DerivedInfo.Builder |
|
setLocations(int index, Location.Builder builderForValue)
public Job.DerivedInfo.Builder setLocations(int index, Location.Builder builderForValue)Structured locations of the job, resolved from Job.addresses.
locations are exactly matched to Job.addresses in the same order.
repeated .google.cloud.talent.v4beta1.Location locations = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Location.Builder |
| Returns | |
|---|---|
| Type | Description |
Job.DerivedInfo.Builder |
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Job.DerivedInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
Job.DerivedInfo.Builder |
|
setUnknownFields(UnknownFieldSet unknownFields)
public final Job.DerivedInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
Job.DerivedInfo.Builder |
|