Reference documentation and code samples for the Google Cloud Talent Solution V4beta1 Client class JobBenefit.
An enum that represents employee benefits included with the job.
Protobuf type google.cloud.talent.v4beta1.JobBenefit
Methods
name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
JOB_BENEFIT_UNSPECIFIED
Value: 0
Default value if the type isn't specified.
Generated from protobuf enum JOB_BENEFIT_UNSPECIFIED = 0;
CHILD_CARE
Value: 1
The job includes access to programs that support child care, such as daycare.
Generated from protobuf enum CHILD_CARE = 1;
DENTAL
Value: 2
The job includes dental services covered by a dental insurance plan.
Generated from protobuf enum DENTAL = 2;
DOMESTIC_PARTNER
Value: 3
The job offers specific benefits to domestic partners.
Generated from protobuf enum DOMESTIC_PARTNER = 3;
FLEXIBLE_HOURS
Value: 4
The job allows for a flexible work schedule.
Generated from protobuf enum FLEXIBLE_HOURS = 4;
MEDICAL
Value: 5
The job includes health services covered by a medical insurance plan.
Generated from protobuf enum MEDICAL = 5;
LIFE_INSURANCE
Value: 6
The job includes a life insurance plan provided by the employer or available for purchase by the employee.
Generated from protobuf enum LIFE_INSURANCE = 6;
PARENTAL_LEAVE
Value: 7
The job allows for a leave of absence to a parent to care for a newborn child.
Generated from protobuf enum PARENTAL_LEAVE = 7;
RETIREMENT_PLAN
Value: 8
The job includes a workplace retirement plan provided by the employer or available for purchase by the employee.
Generated from protobuf enum RETIREMENT_PLAN = 8;
SICK_DAYS
Value: 9
The job allows for paid time off due to illness.
Generated from protobuf enum SICK_DAYS = 9;
VACATION
Value: 10
The job includes paid time off for vacation.
Generated from protobuf enum VACATION = 10;
VISION
Value: 11
The job includes vision services covered by a vision insurance plan.
Generated from protobuf enum VISION = 11;