Reference documentation and code samples for the Google Cloud Talent Solution V4beta1 Client class FilterType.
Specify the type of filtering.
Protobuf type google.cloud.talent.v4beta1.CompensationFilter.FilterType
Namespace
Google \ Cloud \ Talent \ V4beta1 \ CompensationFilter
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
FILTER_TYPE_UNSPECIFIED
Value: 0
Filter type unspecified. Position holder, INVALID, should never be used.
Generated from protobuf enum FILTER_TYPE_UNSPECIFIED = 0;
UNIT_ONLY
Value: 1
Filter by base compensation entry's unit. A job is a match if and
only if the job contains a base CompensationEntry and the base
CompensationEntry's unit matches provided
units. Populate
one or more
units.
Filter by base compensation entry's unit and amount / range. A job
is a match if and only if the job contains a base CompensationEntry, and
the base entry's unit matches provided
CompensationUnit
and amount or range overlaps with provided
CompensationRange.