Reference documentation and code samples for the Google Cloud Talent Solution V4 Client class LocationType.
An enum which represents the type of a location.
Protobuf type google.cloud.talent.v4.Location.LocationType
Namespace
Google \ Cloud \ Talent \ V4 \ Location
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
LOCATION_TYPE_UNSPECIFIED
Value: 0
Default value if the type isn't specified.
Generated from protobuf enum LOCATION_TYPE_UNSPECIFIED = 0;
COUNTRY
Value: 1
A country level location.
Generated from protobuf enum COUNTRY = 1;
ADMINISTRATIVE_AREA
Value: 2
A state or equivalent level location.
Generated from protobuf enum ADMINISTRATIVE_AREA = 2;
SUB_ADMINISTRATIVE_AREA
Value: 3
A county or equivalent level location.
Generated from protobuf enum SUB_ADMINISTRATIVE_AREA = 3;
LOCALITY
Value: 4
A city or equivalent level location.
Generated from protobuf enum LOCALITY = 4;
POSTAL_CODE
Value: 5
A postal code level location.
Generated from protobuf enum POSTAL_CODE = 5;
SUB_LOCALITY
Value: 6
A sublocality is a subdivision of a locality, for example a city borough,
ward, or arrondissement. Sublocalities are usually recognized by a local
political authority. For example, Manhattan and Brooklyn are recognized
as boroughs by the City of New York, and are therefore modeled as
sublocalities.
[[["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 LocationType (2.1.3)\n\nVersion latestkeyboard_arrow_down\n\n- [2.1.3 (latest)](/php/docs/reference/cloud-talent/latest/V4.Location.LocationType)\n- [2.1.2](/php/docs/reference/cloud-talent/2.1.2/V4.Location.LocationType)\n- [2.0.2](/php/docs/reference/cloud-talent/2.0.2/V4.Location.LocationType)\n- [1.3.5](/php/docs/reference/cloud-talent/1.3.5/V4.Location.LocationType)\n- [1.2.2](/php/docs/reference/cloud-talent/1.2.2/V4.Location.LocationType)\n- [1.1.1](/php/docs/reference/cloud-talent/1.1.1/V4.Location.LocationType)\n- [1.0.5](/php/docs/reference/cloud-talent/1.0.5/V4.Location.LocationType) \nReference documentation and code samples for the Google Cloud Talent Solution V4 Client class LocationType.\n\nAn enum which represents the type of a location.\n\nProtobuf type `google.cloud.talent.v4.Location.LocationType`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Talent \\\\ V4 \\\\ Location\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### LOCATION_TYPE_UNSPECIFIED\n\n Value: 0\n\nDefault value if the type isn't specified.\n\nGenerated from protobuf enum `LOCATION_TYPE_UNSPECIFIED = 0;`\n\n### COUNTRY\n\n Value: 1\n\nA country level location.\n\nGenerated from protobuf enum `COUNTRY = 1;`\n\n### ADMINISTRATIVE_AREA\n\n Value: 2\n\nA state or equivalent level location.\n\nGenerated from protobuf enum `ADMINISTRATIVE_AREA = 2;`\n\n### SUB_ADMINISTRATIVE_AREA\n\n Value: 3\n\nA county or equivalent level location.\n\nGenerated from protobuf enum `SUB_ADMINISTRATIVE_AREA = 3;`\n\n### LOCALITY\n\n Value: 4\n\nA city or equivalent level location.\n\nGenerated from protobuf enum `LOCALITY = 4;`\n\n### POSTAL_CODE\n\n Value: 5\n\nA postal code level location.\n\nGenerated from protobuf enum `POSTAL_CODE = 5;`\n\n### SUB_LOCALITY\n\n Value: 6\n\nA sublocality is a subdivision of a locality, for example a city borough,\nward, or arrondissement. Sublocalities are usually recognized by a local\npolitical authority. For example, Manhattan and Brooklyn are recognized\nas boroughs by the City of New York, and are therefore modeled as\nsublocalities.\n\nGenerated from protobuf enum `SUB_LOCALITY = 6;`\n\n### SUB_LOCALITY_1\n\n Value: 7\n\nA district or equivalent level location.\n\nGenerated from protobuf enum `SUB_LOCALITY_1 = 7;`\n\n### SUB_LOCALITY_2\n\n Value: 8\n\nA smaller district or equivalent level display.\n\nGenerated from protobuf enum `SUB_LOCALITY_2 = 8;`\n\n### NEIGHBORHOOD\n\n Value: 9\n\nA neighborhood level location.\n\nGenerated from protobuf enum `NEIGHBORHOOD = 9;`\n\n### STREET_ADDRESS\n\n Value: 10\n\nA street address level location.\n\nGenerated from protobuf enum `STREET_ADDRESS = 10;`"]]