Google Cloud Talent Solution v4 API - Enum CompensationFilter.Types.FilterType (2.5.0)

public enum CompensationFilter.Types.FilterType

Reference documentation and code samples for the Google Cloud Talent Solution v4 API enum CompensationFilter.Types.FilterType.

Specify the type of filtering.

Namespace

Google.Cloud.Talent.V4

Assembly

Google.Cloud.Talent.V4.dll

Fields

NameDescription
AnnualizedBaseAmount

Filter by annualized base compensation amount and base compensation entry's unit. Populate [range][google.cloud.talent.v4.CompensationFilter.range] and zero or more [units][google.cloud.talent.v4.CompensationFilter.units].

AnnualizedTotalAmount

Filter by annualized total compensation amount and base compensation entry's unit . Populate [range][google.cloud.talent.v4.CompensationFilter.range] and zero or more [units][google.cloud.talent.v4.CompensationFilter.units].

UnitAndAmount

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][google.cloud.talent.v4.CompensationInfo.CompensationUnit] and amount or range overlaps with provided [CompensationRange][google.cloud.talent.v4.CompensationInfo.CompensationRange].

See [CompensationInfo.CompensationEntry][google.cloud.talent.v4.CompensationInfo.CompensationEntry] for definition of base compensation entry.

Set exactly one [units][google.cloud.talent.v4.CompensationFilter.units] and populate [range][google.cloud.talent.v4.CompensationFilter.range].

UnitOnly

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][google.cloud.talent.v4.CompensationFilter.units]. Populate one or more [units][google.cloud.talent.v4.CompensationFilter.units].

See [CompensationInfo.CompensationEntry][google.cloud.talent.v4.CompensationInfo.CompensationEntry] for definition of base compensation entry.

Unspecified

Filter type unspecified. Position holder, INVALID, should never be used.