fix!: Change the type of the `segments` field in `LookupForecastMinutesResponse` from `PrecipitationSegments` to `PrecipitationSegment`
feat: Add the new message `PrecipitationSegment`
feat: Add `PrecipitationIntensity` enum and `intensity` field to `PrecipitationSegment`
BREAKING CHANGE: The message `PrecipitationSegments` has been removed. The `segments` field in `LookupForecastMinutesResponse` has changed its type from the removed `PrecipitationSegments` to the new message `PrecipitationSegment`. Consumers must update their code to use `PrecipitationSegment`.
PiperOrigin-RevId: 908005286
This update introduces breaking changes to the LookupForecastMinutes method.
BREAKING CHANGE: The LookupForecastMinutes method has breaking changes:
fix!: Pagination feature is changed for method LookupForecastMinutes in service Weather
fix!: An existing field language_code is removed from message .google.maps.weather.v1.LookupForecastMinutesRequest
fix!: An existing field events is removed from message .google.maps.weather.v1.LookupForecastMinutesResponse
feat: A new message PrecipitationSegments is added
feat: A new field segments is added to message .google.maps.weather.v1.LookupForecastMinutesResponse
PiperOrigin-RevId: 905717975
along with an `opening_date` field to indicate when the establishment
will open in the future
feat: add a new `include_future_opening_businesses` flag to Nearby Search, Text Search, and AutocompletPlaces. When true, businesses opening in the future are included in the results.
PiperOrigin-RevId: 885675815
feat: Add `googleMapsLinks` field for links to different actions on Google Maps
fix!: An existing field `topic` is removed from message `.google.maps.places.v1.ContentBlock`
fix!: An existing field `references` is removed from message `.google.maps.places.v1.ContentBlock`
docs: A comment for field `reviews` in message `.google.maps.places.v1.ContextualContent` is changed
docs: A comment for field `photos` in message `.google.maps.places.v1.ContextualContent` is changed
PiperOrigin-RevId: 869356577
feat: add experimental U-turn Avoidance feature
feat: add OptimizeToursLongRunning method
feat: add OptimizeToursUri method
docs: A comment for field `duration_distance_matrices` in message `.google.maps.routeoptimization.v1.ShipmentModel` is changed
docs: A comment for field `precedence_rules` in message `.google.maps.routeoptimization.v1.ShipmentModel` is changed
docs: A comment for enum `TravelMode` is changed
docs: A comment for field `place_id` in message `.google.maps.routeoptimization.v1.Waypoint` is changed
PiperOrigin-RevId: 819788002
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
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
feat: Add new `ImageryQuality` tier for allowing satellite-based Solar API results
docs: Add more detailed descriptions for each `ImageryQuality` tier
PiperOrigin-RevId: 795589896
fix!: An existing field `references` is removed from message `.google.maps.places.v1.Place`
fix!: An existing message `AreaSummary` is removed
fix!: An existing field `area_summary` is removed from message `.google.maps.places.v1.Place`
docs: change comments for some fields in Places API
feat: add address descriptor proto
feat: add new photo fields
feat: update GenerativeSummary fields
feat: add new GoogleMapsLinks fields
feat: add new NeighborhoodSummary fields
feat: add new ReviewSummary fields
feat: add new review fields
PiperOrigin-RevId: 757991647
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: 754988866
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
feat: A new field `past_locations` is added to message `.maps.fleetengine.v1.Vehicle`
docs: Updated documentation for field `task` in message `.maps.fleetengine.delivery.v1.CreateTaskRequest` to clarify certain fields can be optionally set.
PiperOrigin-RevId: 731478697