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
Name
Description
value
mixed
static::value
Parameter
Name
Description
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;
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Google Cloud Talent Solution V4 Client - Class EmploymentType (2.1.3)\n\nVersion latestkeyboard_arrow_down\n\n- [2.1.3 (latest)](/php/docs/reference/cloud-talent/latest/V4.EmploymentType)\n- [2.1.2](/php/docs/reference/cloud-talent/2.1.2/V4.EmploymentType)\n- [2.0.2](/php/docs/reference/cloud-talent/2.0.2/V4.EmploymentType)\n- [1.3.5](/php/docs/reference/cloud-talent/1.3.5/V4.EmploymentType)\n- [1.2.2](/php/docs/reference/cloud-talent/1.2.2/V4.EmploymentType)\n- [1.1.1](/php/docs/reference/cloud-talent/1.1.1/V4.EmploymentType)\n- [1.0.5](/php/docs/reference/cloud-talent/1.0.5/V4.EmploymentType) \nReference documentation and code samples for the Google Cloud Talent Solution V4 Client class EmploymentType.\n\nAn enum that represents the employment type of a job.\n\nProtobuf type `google.cloud.talent.v4.EmploymentType`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Talent \\\\ V4\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### EMPLOYMENT_TYPE_UNSPECIFIED\n\n Value: 0\n\nThe default value if the employment type isn't specified.\n\nGenerated from protobuf enum `EMPLOYMENT_TYPE_UNSPECIFIED = 0;`\n\n### FULL_TIME\n\n Value: 1\n\nThe job requires working a number of hours that constitute full\ntime employment, typically 40 or more hours per week.\n\nGenerated from protobuf enum `FULL_TIME = 1;`\n\n### PART_TIME\n\n Value: 2\n\nThe job entails working fewer hours than a full time job,\ntypically less than 40 hours a week.\n\nGenerated from protobuf enum `PART_TIME = 2;`\n\n### CONTRACTOR\n\n Value: 3\n\nThe job is offered as a contracted, as opposed to a salaried employee,\nposition.\n\nGenerated from protobuf enum `CONTRACTOR = 3;`\n\n### CONTRACT_TO_HIRE\n\n Value: 4\n\nThe job is offered as a contracted position with the understanding\nthat it's converted into a full-time position at the end of the\ncontract. Jobs of this type are also returned by a search for\n[EmploymentType.CONTRACTOR](/php/docs/reference/cloud-talent/latest/V4.EmploymentType#_Google_Cloud_Talent_V4_EmploymentType__CONTRACTOR)\njobs.\n\nGenerated from protobuf enum `CONTRACT_TO_HIRE = 4;`\n\n### TEMPORARY\n\n Value: 5\n\nThe job is offered as a temporary employment opportunity, usually\na short-term engagement.\n\nGenerated from protobuf enum `TEMPORARY = 5;`\n\n### INTERN\n\n Value: 6\n\nThe job is a fixed-term opportunity for students or entry-level job\nseekers to obtain on-the-job training, typically offered as a summer\nposition.\n\nGenerated from protobuf enum `INTERN = 6;`\n\n### VOLUNTEER\n\n Value: 7\n\nThe is an opportunity for an individual to volunteer, where there's no\nexpectation of compensation for the provided services.\n\nGenerated from protobuf enum `VOLUNTEER = 7;`\n\n### PER_DIEM\n\n Value: 8\n\nThe job requires an employee to work on an as-needed basis with a\nflexible schedule.\n\nGenerated from protobuf enum `PER_DIEM = 8;`\n\n### FLY_IN_FLY_OUT\n\n Value: 9\n\nThe job involves employing people in remote areas and flying them\ntemporarily to the work site instead of relocating employees and their\nfamilies permanently.\n\nGenerated from protobuf enum `FLY_IN_FLY_OUT = 9;`\n\n### OTHER_EMPLOYMENT_TYPE\n\n Value: 10\n\nThe job does not fit any of the other listed types.\n\nGenerated from protobuf enum `OTHER_EMPLOYMENT_TYPE = 10;`"]]