Gcp/places
@swamp/gcp/placesv2026.06.08.2
01README
Google Cloud places infrastructure models
02Release Notes
- Updated: places
03Models
places.tsv2026.06.08.1
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessToken? | string | GCP OAuth2 access token; overrides GCP_ACCESS_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| credentialsJson? | string | GCP service account JSON credentials; overrides GOOGLE_APPLICATION_CREDENTIALS_JSON environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| project? | string | GCP project ID; overrides GCP_PROJECT / GOOGLE_CLOUD_PROJECT environment variables. |
fn get(identifier: string)
Get a places
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the places |
fn sync()
Sync places state from GCP
fn autocomplete(includeFutureOpeningBusinesses?: any, includePureServiceAreaBusinesses?: any, includeQueryPredictions?: any, includedPrimaryTypes?: any, includedRegionCodes?: any, input?: any, inputOffset?: any, languageCode?: any, locationBias?: any, locationRestriction?: any, origin?: any, regionCode?: any, sessionToken?: any)
autocomplete
| Argument | Type | Description |
|---|---|---|
| includeFutureOpeningBusinesses? | any | |
| includePureServiceAreaBusinesses? | any | |
| includeQueryPredictions? | any | |
| includedPrimaryTypes? | any | |
| includedRegionCodes? | any | |
| input? | any | |
| inputOffset? | any | |
| languageCode? | any | |
| locationBias? | any | |
| locationRestriction? | any | |
| origin? | any | |
| regionCode? | any | |
| sessionToken? | any |
fn search_nearby(excludedPrimaryTypes?: any, excludedTypes?: any, includeFutureOpeningBusinesses?: any, includedPrimaryTypes?: any, includedTypes?: any, languageCode?: any, locationRestriction?: any, maxResultCount?: any, rankPreference?: any, regionCode?: any, routingParameters?: any)
search nearby
| Argument | Type | Description |
|---|---|---|
| excludedPrimaryTypes? | any | |
| excludedTypes? | any | |
| includeFutureOpeningBusinesses? | any | |
| includedPrimaryTypes? | any | |
| includedTypes? | any | |
| languageCode? | any | |
| locationRestriction? | any | |
| maxResultCount? | any | |
| rankPreference? | any | |
| regionCode? | any | |
| routingParameters? | any |
fn search_text(evOptions?: any, includeFutureOpeningBusinesses?: any, includePureServiceAreaBusinesses?: any, includedType?: any, languageCode?: any, locationBias?: any, locationRestriction?: any, maxResultCount?: any, minRating?: any, openNow?: any, pageSize?: any, pageToken?: any, priceLevels?: any, rankPreference?: any, regionCode?: any, routingParameters?: any, searchAlongRouteParameters?: any, strictTypeFiltering?: any, textQuery?: any)
search text
| Argument | Type | Description |
|---|---|---|
| evOptions? | any | |
| includeFutureOpeningBusinesses? | any | |
| includePureServiceAreaBusinesses? | any | |
| includedType? | any | |
| languageCode? | any | |
| locationBias? | any | |
| locationRestriction? | any | |
| maxResultCount? | any | |
| minRating? | any | |
| openNow? | any | |
| pageSize? | any | |
| pageToken? | any | |
| priceLevels? | any | |
| rankPreference? | any | |
| regionCode? | any | |
| routingParameters? | any | |
| searchAlongRouteParameters? | any | |
| strictTypeFiltering? | any | |
| textQuery? | any |
04Previous Versions
2026.06.07.1Jun 7, 2026
- Updated: places
2026.05.26.1May 26, 2026
- Updated: places
2026.05.25.1May 25, 2026
- Updated: places
2026.05.24.1May 24, 2026
- Updated: places
2026.05.21.2May 21, 2026
- Updated: places
2026.05.21.1May 21, 2026
2026.05.20.1May 20, 2026
- Updated: places
2026.05.19.3May 19, 2026
2026.05.19.2May 19, 2026
2026.05.19.1May 19, 2026
- Updated: places
2026.04.23.1Apr 23, 2026
2026.04.04.1Apr 4, 2026
- Updated: places
2026.04.03.3Apr 3, 2026
- Updated: places
2026.04.03.1Apr 3, 2026
- Updated: places
2026.04.02.2Apr 2, 2026
2026.03.27.1Mar 27, 2026
- Added: places
05Stats
A
100 / 100
Downloads
0
Archive size
26.9 KB
Verified by Swamp
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
06Platforms
07Labels