forecast
Creates, updates, deletes, gets or lists a forecast resource.
Overview
| Name | forecast |
| Type | Resource |
| Id | google.pollen.forecast |
Fields
The following fields are returned by SELECT queries:
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
lookup | exec | location.latitude, location.longitude, days, pageSize, pageToken, languageCode, plantsDescription | Returns up to 5 days of daily pollen information in more than 65 countries, up to 1km resolution. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
days | integer (int32) | |
languageCode | string | |
location.latitude | number (double) | |
location.longitude | number (double) | |
pageSize | integer (int32) | |
pageToken | string | |
plantsDescription | boolean |
Lifecycle Methods
- lookup
Returns up to 5 days of daily pollen information in more than 65 countries, up to 1km resolution.
EXEC google.pollen.forecast.lookup
@location.latitude='{{ location.latitude }}',
@location.longitude='{{ location.longitude }}',
@days='{{ days }}',
@pageSize='{{ pageSize }}',
@pageToken='{{ pageToken }}',
@languageCode='{{ languageCode }}',
@plantsDescription={{ plantsDescription }}
;