Interface CompensationFilterOrBuilder (2.38.0)

public interface CompensationFilterOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIncludeJobsWithUnspecifiedCompensationRange()

public abstract boolean getIncludeJobsWithUnspecifiedCompensationRange()

If set to true, jobs with unspecified compensation range fields are included.

bool include_jobs_with_unspecified_compensation_range = 4;

Returns
TypeDescription
boolean

The includeJobsWithUnspecifiedCompensationRange.

getRange()

public abstract CompensationInfo.CompensationRange getRange()

Compensation range.

.google.cloud.talent.v4.CompensationInfo.CompensationRange range = 3;

Returns
TypeDescription
CompensationInfo.CompensationRange

The range.

getRangeOrBuilder()

public abstract CompensationInfo.CompensationRangeOrBuilder getRangeOrBuilder()

Compensation range.

.google.cloud.talent.v4.CompensationInfo.CompensationRange range = 3;

Returns
TypeDescription
CompensationInfo.CompensationRangeOrBuilder

getType()

public abstract CompensationFilter.FilterType getType()

Required. Type of filter.

.google.cloud.talent.v4.CompensationFilter.FilterType type = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
CompensationFilter.FilterType

The type.

getTypeValue()

public abstract int getTypeValue()

Required. Type of filter.

.google.cloud.talent.v4.CompensationFilter.FilterType type = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

The enum numeric value on the wire for type.

getUnits(int index)

public abstract CompensationInfo.CompensationUnit getUnits(int index)

Required. Specify desired base compensation entry's CompensationInfo.CompensationUnit.

repeated .google.cloud.talent.v4.CompensationInfo.CompensationUnit units = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
CompensationInfo.CompensationUnit

The units at the given index.

getUnitsCount()

public abstract int getUnitsCount()

Required. Specify desired base compensation entry's CompensationInfo.CompensationUnit.

repeated .google.cloud.talent.v4.CompensationInfo.CompensationUnit units = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

The count of units.

getUnitsList()

public abstract List<CompensationInfo.CompensationUnit> getUnitsList()

Required. Specify desired base compensation entry's CompensationInfo.CompensationUnit.

repeated .google.cloud.talent.v4.CompensationInfo.CompensationUnit units = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
List<CompensationUnit>

A list containing the units.

getUnitsValue(int index)

public abstract int getUnitsValue(int index)

Required. Specify desired base compensation entry's CompensationInfo.CompensationUnit.

repeated .google.cloud.talent.v4.CompensationInfo.CompensationUnit units = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
int

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

getUnitsValueList()

public abstract List<Integer> getUnitsValueList()

Required. Specify desired base compensation entry's CompensationInfo.CompensationUnit.

repeated .google.cloud.talent.v4.CompensationInfo.CompensationUnit units = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
List<Integer>

A list containing the enum numeric values on the wire for units.

hasRange()

public abstract boolean hasRange()

Compensation range.

.google.cloud.talent.v4.CompensationInfo.CompensationRange range = 3;

Returns
TypeDescription
boolean

Whether the range field is set.