Reference documentation and code samples for the Google Cloud Talent Solution V4 Client class CompensationFilter.
Filter on job compensation type and amount.
Generated from protobuf message google.cloud.talent.v4.CompensationFilter
Namespace
Google \ Cloud \ Talent \ V4Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ type
int
Required. Type of filter.
↳ units
↳ range
↳ include_jobs_with_unspecified_compensation_range
bool
If set to true, jobs with unspecified compensation range fields are included.
getType
Required. Type of filter.
setType
Required. Type of filter.
$this
getUnits
Required. Specify desired base compensation entry's
CompensationInfo.CompensationUnit
.
setUnits
Required. Specify desired base compensation entry's
CompensationInfo.CompensationUnit
.
var
int[]
$this
getRange
Compensation range.
hasRange
clearRange
setRange
Compensation range.
$this
getIncludeJobsWithUnspecifiedCompensationRange
If set to true, jobs with unspecified compensation range fields are included.
bool
setIncludeJobsWithUnspecifiedCompensationRange
If set to true, jobs with unspecified compensation range fields are included.
var
bool
$this

