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

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

An enum that represents the employment type of a job.

Protobuf type google.cloud.talent.v4.EmploymentType

Namespace

Google \ Cloud \ Talent \ V4

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

EMPLOYMENT_TYPE_UNSPECIFIED

Value: 0

The default value if the employment type isn't specified.

Generated from protobuf enum EMPLOYMENT_TYPE_UNSPECIFIED = 0;

FULL_TIME

Value: 1

The job requires working a number of hours that constitute full time employment, typically 40 or more hours per week.

Generated from protobuf enum FULL_TIME = 1;

PART_TIME

Value: 2

The job entails working fewer hours than a full time job, typically less than 40 hours a week.

Generated from protobuf enum PART_TIME = 2;

CONTRACTOR

Value: 3

The job is offered as a contracted, as opposed to a salaried employee, position.

Generated from protobuf enum CONTRACTOR = 3;

CONTRACT_TO_HIRE

Value: 4

The job is offered as a contracted position with the understanding that it's converted into a full-time position at the end of the contract. Jobs of this type are also returned by a search for EmploymentType.CONTRACTOR jobs.

Generated from protobuf enum CONTRACT_TO_HIRE = 4;

TEMPORARY

Value: 5

The job is offered as a temporary employment opportunity, usually a short-term engagement.

Generated from protobuf enum TEMPORARY = 5;

INTERN

Value: 6

The job is a fixed-term opportunity for students or entry-level job seekers to obtain on-the-job training, typically offered as a summer position.

Generated from protobuf enum INTERN = 6;

VOLUNTEER

Value: 7

The is an opportunity for an individual to volunteer, where there's no expectation of compensation for the provided services.

Generated from protobuf enum VOLUNTEER = 7;

PER_DIEM

Value: 8

The job requires an employee to work on an as-needed basis with a flexible schedule.

Generated from protobuf enum PER_DIEM = 8;

FLY_IN_FLY_OUT

Value: 9

The job involves employing people in remote areas and flying them temporarily to the work site instead of relocating employees and their families permanently.

Generated from protobuf enum FLY_IN_FLY_OUT = 9;

OTHER_EMPLOYMENT_TYPE

Value: 10

The job does not fit any of the other listed types.

Generated from protobuf enum OTHER_EMPLOYMENT_TYPE = 10;