Commit graph

9 commits

Author SHA1 Message Date
Google APIs
758d8244a8 feat: Add new endpoint to the weather service to pull maps
PiperOrigin-RevId: 887367518
2026-03-21 11:46:50 -07:00
Google APIs
a08d87f13d feat: add new RPC LookupForecastMinutes
PiperOrigin-RevId: 881853442
2026-03-11 01:00:15 -07:00
Google APIs
572d5d5192 feat: adding forecast_minute logging types
PiperOrigin-RevId: 878489167
2026-03-04 07:49:36 -08:00
Google APIs
3fb120eb5c fix: upgrade gRPC service registration func
An update to Go gRPC Protobuf generation will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go service files. This change should affect very few client library users. See release notes advisories in https://github.com/googleapis/google-cloud-go/pull/11025.

PiperOrigin-RevId: 813834114
2025-10-01 11:19:50 -07:00
Google APIs
d55d74e062 feat!: Publication of the Weather API Public Alerts endpoint definition
fix!: Pagination feature is changed for method `LookupPublicAlerts` in service `Weather`
feat: A new message `DataSource` is added
feat: A new message `SafetyRecommendation` is added
feat: A new message `PublicAlerts` is added
feat: A new enum `WeatherEventType` is added
feat: A new enum `Publisher` is added
feat: A new enum `Urgency` is added
feat: A new enum `Severity` is added
feat: A new enum `Certainty` is added
feat: A new field `language_code` is added to message `.google.maps.weather.v1.LookupPublicAlertsRequest`
feat: A new field `page_size` is added to message `.google.maps.weather.v1.LookupPublicAlertsRequest`
feat: A new field `page_token` is added to message `.google.maps.weather.v1.LookupPublicAlertsRequest`
feat: A new field `weather_alerts` is added to message `.google.maps.weather.v1.LookupPublicAlertsResponse`
feat: A new field `region_code` is added to message `.google.maps.weather.v1.LookupPublicAlertsResponse`
feat: A new field `next_page_token` is added to message `.google.maps.weather.v1.LookupPublicAlertsResponse`
docs: A comment for message LookupPublicAlertsRequest is changed
docs: A comment for message LookupPublicAlertsResponse is changed

The Public Alerts endpoint will allow developers who use Google platforms to access comprehensive real time weather alerts data.

PiperOrigin-RevId: 799916577
2025-08-27 01:07:47 -07:00
Google APIs
0cda37e7ad feat: Creating a simple proto addition for the new publicAlerts endpoint of the weather API (b/418513681) this is done to get the proto up and available faster for other team members to parallelize work, we have a task to create the full proto as well b/416443465
PiperOrigin-RevId: 763683252
2025-05-27 01:47:00 -07:00
Google APIs
2ed6e92d8e feat: add the snow_qpf field
docs: add field `snow_qpf` in `.google.maps.weather.v1.Precipitation`
docs: add field `snow_qpf` in `.google.maps.weather.v1.LookupCurrentConditionsResponse`

PiperOrigin-RevId: 738265359
2025-03-18 22:52:32 -07:00
Google APIs
9415ba048a chore: update copyright year for auto-generated protos
PiperOrigin-RevId: 732130682
2025-02-28 07:26:00 -08:00
Google APIs
3b2e8657f0 feat: Initial publication of the Weather API definition
The Weather API will allow developers who use Google platforms to access comprehensive weather data. This will eliminate the need for them to use third-party weather APIs. The Weather API will provide the following data: Current weather conditions, Hourly weather forecasts, Daily weather forecasts and Hourly weather history.

PiperOrigin-RevId: 730070063
2025-02-23 01:25:59 -08:00