Class Job.DerivedInfo.Builder

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
TypeDescription
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
NameDescription
valuesIterable<? extends com.google.cloud.talent.v4beta1.JobCategory>

The jobCategories to add.

Returns
TypeDescription
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
NameDescription
valuesIterable<Integer>

The enum numeric values on the wire for jobCategories to add.

Returns
TypeDescription
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
NameDescription
valuesIterable<? extends com.google.cloud.talent.v4beta1.Location>
Returns
TypeDescription
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
NameDescription
valueJobCategory

The jobCategories to add.

Returns
TypeDescription
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
NameDescription
valueint

The enum numeric value on the wire for jobCategories to add.

Returns
TypeDescription
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
NameDescription
valueLocation
Returns
TypeDescription
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
NameDescription
builderForValueLocation.Builder
Returns
TypeDescription
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
NameDescription
indexint
valueLocation
Returns
TypeDescription
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
NameDescription
indexint
builderForValueLocation.Builder
Returns
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
Location.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Job.DerivedInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Job.DerivedInfo.Builder
Overrides

build()

public Job.DerivedInfo build()
Returns
TypeDescription
Job.DerivedInfo

buildPartial()

public Job.DerivedInfo buildPartial()
Returns
TypeDescription
Job.DerivedInfo

clear()

public Job.DerivedInfo.Builder clear()
Returns
TypeDescription
Job.DerivedInfo.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public Job.DerivedInfo.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
Job.DerivedInfo.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public Job.DerivedInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
Job.DerivedInfo.Builder
Overrides

clone()

public Job.DerivedInfo.Builder clone()
Returns
TypeDescription
Job.DerivedInfo.Builder
Overrides

getDefaultInstanceForType()

public Job.DerivedInfo getDefaultInstanceForType()
Returns
TypeDescription
Job.DerivedInfo

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.cloud.talent.v4beta1.LocationOrBuilder>

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(Job.DerivedInfo other)

public Job.DerivedInfo.Builder mergeFrom(Job.DerivedInfo other)
Parameter
NameDescription
otherJob.DerivedInfo
Returns
TypeDescription
Job.DerivedInfo.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Job.DerivedInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Job.DerivedInfo.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public Job.DerivedInfo.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
Job.DerivedInfo.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Job.DerivedInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
Job.DerivedInfo.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public Job.DerivedInfo.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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
NameDescription
indexint

The index to set the value at.

valueJobCategory

The jobCategories to set.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

valueint
Returns
TypeDescription
Job.DerivedInfo.Builder

The enum numeric value on the wire of jobCategories at the given index.

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
NameDescription
indexint
valueLocation
Returns
TypeDescription
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
NameDescription
indexint
builderForValueLocation.Builder
Returns
TypeDescription
Job.DerivedInfo.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public Job.DerivedInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
Job.DerivedInfo.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final Job.DerivedInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Job.DerivedInfo.Builder
Overrides