Reference documentation and code samples for the Google Cloud Talent Solution V4 Client class PostingRegion.
An enum that represents the job posting region. In most cases, job postings
don't need to specify a region. If a region is given, jobs are
eligible for searches in the specified region.
Protobuf type google.cloud.talent.v4.PostingRegion
Namespace
Google \ Cloud \ Talent \ V4
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
POSTING_REGION_UNSPECIFIED
Value: 0
If the region is unspecified, the job is only returned if it
matches the LocationFilter.
Generated from protobuf enum POSTING_REGION_UNSPECIFIED = 0;
ADMINISTRATIVE_AREA
Value: 1
In addition to exact location matching, job posting is returned when the
LocationFilter in the search query
is in the same administrative area as the returned job posting. For
example, if a ADMINISTRATIVE_AREA job is posted in "CA, USA", it's
returned if LocationFilter has
"Mountain View".
Administrative area refers to top-level administrative subdivision of this
country. For example, US state, IT region, UK constituent nation and
JP prefecture.
Generated from protobuf enum ADMINISTRATIVE_AREA = 1;
NATION
Value: 2
In addition to exact location matching, job is returned when
LocationFilter in search query is
in the same country as this job. For example, if a NATION_WIDE job is
posted in "USA", it's returned if
LocationFilter has 'Mountain
View'.
Generated from protobuf enum NATION = 2;
TELECOMMUTE
Value: 3
Job allows employees to work remotely (telecommute).
If locations are provided with this value, the job is
considered as having a location, but telecommuting is allowed.
[[["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 PostingRegion (2.1.3)\n\nVersion latestkeyboard_arrow_down\n\n- [2.1.3 (latest)](/php/docs/reference/cloud-talent/latest/V4.PostingRegion)\n- [2.1.2](/php/docs/reference/cloud-talent/2.1.2/V4.PostingRegion)\n- [2.0.2](/php/docs/reference/cloud-talent/2.0.2/V4.PostingRegion)\n- [1.3.5](/php/docs/reference/cloud-talent/1.3.5/V4.PostingRegion)\n- [1.2.2](/php/docs/reference/cloud-talent/1.2.2/V4.PostingRegion)\n- [1.1.1](/php/docs/reference/cloud-talent/1.1.1/V4.PostingRegion)\n- [1.0.5](/php/docs/reference/cloud-talent/1.0.5/V4.PostingRegion) \nReference documentation and code samples for the Google Cloud Talent Solution V4 Client class PostingRegion.\n\nAn enum that represents the job posting region. In most cases, job postings\ndon't need to specify a region. If a region is given, jobs are\neligible for searches in the specified region.\n\nProtobuf type `google.cloud.talent.v4.PostingRegion`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Talent \\\\ V4\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### POSTING_REGION_UNSPECIFIED\n\n Value: 0\n\nIf the region is unspecified, the job is only returned if it\nmatches the [LocationFilter](/php/docs/reference/cloud-talent/latest/V4.LocationFilter).\n\nGenerated from protobuf enum `POSTING_REGION_UNSPECIFIED = 0;`\n\n### ADMINISTRATIVE_AREA\n\n Value: 1\n\nIn addition to exact location matching, job posting is returned when the\n[LocationFilter](/php/docs/reference/cloud-talent/latest/V4.LocationFilter) in the search query\nis in the same administrative area as the returned job posting. For\nexample, if a `ADMINISTRATIVE_AREA` job is posted in \"CA, USA\", it's\nreturned if [LocationFilter](/php/docs/reference/cloud-talent/latest/V4.LocationFilter) has\n\"Mountain View\".\n\nAdministrative area refers to top-level administrative subdivision of this\ncountry. For example, US state, IT region, UK constituent nation and\nJP prefecture.\n\nGenerated from protobuf enum `ADMINISTRATIVE_AREA = 1;`\n\n### NATION\n\n Value: 2\n\nIn addition to exact location matching, job is returned when\n[LocationFilter](/php/docs/reference/cloud-talent/latest/V4.LocationFilter) in search query is\nin the same country as this job. For example, if a `NATION_WIDE` job is\nposted in \"USA\", it's returned if\n[LocationFilter](/php/docs/reference/cloud-talent/latest/V4.LocationFilter) has 'Mountain\nView'.\n\nGenerated from protobuf enum `NATION = 2;`\n\n### TELECOMMUTE\n\n Value: 3\n\nJob allows employees to work remotely (telecommute).\n\nIf locations are provided with this value, the job is\nconsidered as having a location, but telecommuting is allowed.\n\nGenerated from protobuf enum `TELECOMMUTE = 3;`"]]