Class Job.DerivedInfo.Builder (2.43.0)

public static final class Job.DerivedInfo.Builder extends GeneratedMessageV3.Builder<Job.DerivedInfo.Builder> implements Job.DerivedInfoOrBuilder

Derived details about the job posting.

Protobuf type google.cloud.talent.v4beta1.Job.DerivedInfo

Static 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 JobCategory

The 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 int

The 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
Overrides

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
Overrides

clearField(Descriptors.FieldDescriptor field)

public Job.DerivedInfo.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
Job.DerivedInfo.Builder
Overrides

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
Overrides

clone()

public Job.DerivedInfo.Builder clone()
Returns
Type Description
Job.DerivedInfo.Builder
Overrides

getDefaultInstanceForType()

public Job.DerivedInfo getDefaultInstanceForType()
Returns
Type Description
Job.DerivedInfo

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

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 int

The 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 int

The 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
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
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
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Job.DerivedInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Job.DerivedInfo.Builder
Overrides

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
Overrides

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 int

The index to set the value at.

value JobCategory

The 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 int

The index to set the value at.

value int

The 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
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final Job.DerivedInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Job.DerivedInfo.Builder
Overrides