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
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
feat: A new field `route_token` is added to message `.google.maps.routeoptimization.v1.ShipmentRoute.Transition`
docs: A comment for method `BatchOptimizeTours` in service `RouteOptimization` is changed
docs: A comment for field `populate_transition_polylines` in message `.google.maps.routeoptimization.v1.OptimizeToursRequest` is changed
docs: A comment for field `code` in message `.google.maps.routeoptimization.v1.OptimizeToursValidationError` is changed
PiperOrigin-RevId: 677952232
feat: add `search_along_route_parameters` to SearchTextRequest
feat: add `routing_summaries` to SearchNearbyResponse and SearchTextResponse
docs: A comment for field `contextual_contents` in message `.google.maps.places.v1.SearchTextResponse` is changed to be more assertive
docs: A comment for field `open_now` in message `.google.maps.places.v1.Place` is changed to clarify what it means with new-since-previous-comment current and secondary opening hours fields
Introduces search along route and trip time features.
PiperOrigin-RevId: 675760040
feat: A new message `RouteModifiers` is added
feat: A new field `route_modifiers` is added to message `.google.maps.routeoptimization.v1.Vehicle`
feat: A new field `cost_per_kilometer_below_soft_max` is added to message `.google.maps.routeoptimization.v1.DistanceLimit`
docs: A comment for method `BatchOptimizeTours` in service `RouteOptimization` is changed
docs: A comment for enum value `DEFAULT_SOLVE` in enum `SolvingMode` is changed
docs: A comment for field `validation_errors` in message `.google.maps.routeoptimization.v1.OptimizeToursResponse` is changed
docs: A comment for message `TimeWindow` is changed
docs: A comment for enum value `CODE_UNSPECIFIED` in enum `Code` is changed
docs: A comment for field `reasons` in message `.google.maps.routeoptimization.v1.SkippedShipment` is changed
docs: A comment for enum value `RELAX_VISIT_TIMES_AND_SEQUENCE_AFTER_THRESHOLD` in enum `Level` is changed
docs: A comment for message `OptimizeToursValidationError` is changed
docs: A comment for field `code` in message `.google.maps.routeoptimization.v1.OptimizeToursValidationError` is changed
PiperOrigin-RevId: 674021227