Google Cloud Talent Solution V4 Client - Class CompensationUnit (1.2.2)

Reference documentation and code samples for the Google Cloud Talent Solution V4 Client class CompensationUnit.

Pay frequency.

Protobuf type google.cloud.talent.v4.CompensationInfo.CompensationUnit

Namespace

Google \ Cloud \ Talent \ V4 \ CompensationInfo

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

COMPENSATION_UNIT_UNSPECIFIED

Value: 0

Default value.

Generated from protobuf enum COMPENSATION_UNIT_UNSPECIFIED = 0;

HOURLY

Value: 1

Hourly.

Generated from protobuf enum HOURLY = 1;

DAILY

Value: 2

Daily.

Generated from protobuf enum DAILY = 2;

WEEKLY

Value: 3

Weekly

Generated from protobuf enum WEEKLY = 3;

MONTHLY

Value: 4

Monthly.

Generated from protobuf enum MONTHLY = 4;

YEARLY

Value: 5

Yearly.

Generated from protobuf enum YEARLY = 5;

ONE_TIME

Value: 6

One time.

Generated from protobuf enum ONE_TIME = 6;

OTHER_COMPENSATION_UNIT

Value: 7

Other compensation units.

Generated from protobuf enum OTHER_COMPENSATION_UNIT = 7;