Commit graph

296 commits

Author SHA1 Message Date
Google APIs
77c78e90ae feat: make the Place ID format consistent
docs: update the navigation point usage enum documentation

PiperOrigin-RevId: 890102125
2026-03-26 16:20:32 -07:00
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
77291a3c21 feat: add Geocoding API v4 client libraries
PiperOrigin-RevId: 886927692
2026-03-20 12:41:22 -07:00
Google APIs
6ee7c04a48 feat: add a new business status FUTURE_OPENING for places,
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
2026-03-18 10:44:28 -07:00
Google APIs
a08d87f13d feat: add new RPC LookupForecastMinutes
PiperOrigin-RevId: 881853442
2026-03-11 01:00:15 -07:00
Google APIs
d90d23fa13 feat: upgrade protobuf from v25.7 to v31.0
PiperOrigin-RevId: 881595129
2026-03-10 13:26:56 -07:00
Google APIs
67b1168230 feat: add a new Waypoint source to accept a token that identifies a Navigation Point obtained from the SearchDestinations method of the Geocoding API
docs: regenerated documentation for fields

PiperOrigin-RevId: 879699007
2026-03-06 10:26:04 -08:00
Google APIs
1349486ee1 feat: add Navigation Connect API
PiperOrigin-RevId: 879267201
2026-03-05 15:12:49 -08:00
Google APIs
572d5d5192 feat: adding forecast_minute logging types
PiperOrigin-RevId: 878489167
2026-03-04 07:49:36 -08:00
Google APIs
6eead6ed94 feat: Add googleMapsTypeLabel field to show type information on Google Maps
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
2026-02-12 13:22:46 -08:00
Google APIs
a65054db0a docs: Add satellite imagery to rgb_url description
docs: Add pre-GA details for Experiments enum

PiperOrigin-RevId: 866492024
2026-02-06 09:21:39 -08:00
Google APIs
b61fb21bba feat: Add Review.visitDate field to indicate when the review author visited
feat: Add Place.consumerAlert field for suspicious review activity

PiperOrigin-RevId: 822750099
2025-10-22 14:54:16 -07:00
Google APIs
1b5c44879f docs: Change comments in some fields in Places API
feat: Add moved_place and moved_place_id to Place

PiperOrigin-RevId: 821809971
2025-10-20 14:34:41 -07:00
Google APIs
4c5d582e99 feat: add experimental Load Costs feature
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
2025-10-15 09:25:54 -07: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
b7e013ac0b chore: update preview/stable values for previously migrated libraries, and do not attempt to regenerate .OwlBot.yaml for libraries that already exist
PiperOrigin-RevId: 808815559
2025-09-18 18:10:09 -07:00
Google APIs
425c9e6e70 chore: create new top-level build rule to remove the post-processor
PiperOrigin-RevId: 806562104
2025-09-12 23:37:29 -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
74853d7242 feat: Add experiments param to endpoints for access to pre-GA features
feat: Add new `ImageryQuality` tier for allowing satellite-based Solar API results
docs: Add more detailed descriptions for each `ImageryQuality` tier

PiperOrigin-RevId: 795589896
2025-08-15 13:26:37 -07:00
Google APIs
68d5196a52 feat: add has_spell_corrected_components field to the Address Validation verdict in the API response
docs: update proto field descriptions

PiperOrigin-RevId: 783467878
2025-07-15 14:15:16 -07:00
Google APIs
302273adb3 feat: add ability to specify trip attributes to Trip and deprecate Trip.remaining_waypoints_version
PiperOrigin-RevId: 781185838
2025-07-09 13:26:02 -07:00
Google APIs
f37bfb8159 docs: clarify behavior of primary types and weekday text
PiperOrigin-RevId: 777751281
2025-06-30 15:55:14 -07:00
Google APIs
a535d4f6f8 feat: Places Aggregate API v1 is now Generally Available (GA)
PiperOrigin-RevId: 772218288
2025-06-16 16:37:10 -07:00
Google APIs
821be1529e chore: Remove auto-generated Java snippets for google/maps/places/v1
PiperOrigin-RevId: 764789504
2025-05-29 10:35:41 -07:00
Google APIs
7e94d69d44 docs: remove auto-generated snippets for google/maps/places/v1
PiperOrigin-RevId: 764327453
2025-05-28 10:45:10 -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
6942862f40 fix!: An existing field description is removed from message .google.maps.places.v1.Place
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
2025-05-12 18:23:55 -07:00
Google APIs
eb6cdb7e07 fix: Upgrade Go gRPC Protobuf generation
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
2025-05-05 10:30:30 -07:00
Google APIs
c8f09eb336 docs: A comment for service AreaInsights is changed
docs: A comment for method `ComputeInsights` in service `AreaInsights` is changed

PiperOrigin-RevId: 750625739
2025-04-23 09:47:25 -07:00
Google APIs
61756de342 docs: clarifications of comments
docs: sample requests rewritten as JSON

PiperOrigin-RevId: 750475120
2025-04-23 00:02:43 -07:00
Google APIs
a4954f6b41 docs: A comment for field place in message .google.maps.areainsights.v1.PlaceInsight is changed
docs: A comment for field `place` in message `.google.maps.areainsights.v1.LocationFilter` is changed

PiperOrigin-RevId: 748000899
2025-04-15 13:31:17 -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
dfe85eea9a chore: remove unnecessary (no-op) settings and files
PiperOrigin-RevId: 735772094
2025-03-11 08:52:16 -07:00
Google APIs
b3d8e7d376 docs: Change comments in some fields in Places API
feat: Add postal_address and time_zone to Place

PiperOrigin-RevId: 735444062
2025-03-10 11:08:24 -07:00
Google APIs
fcd9d6582e docs: remove comment about automatically generating BUILD.bazel
PiperOrigin-RevId: 732295640
2025-02-28 16:31:36 -08: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
fc5c0bd884 feat: Added Fleet Engine Delete APIs
PiperOrigin-RevId: 731779200
2025-02-27 10:35:45 -08:00
Google APIs
7e5dd6bb12 chore: update copyright year for auto-generated protos
PiperOrigin-RevId: 731691059
2025-02-27 05:41:51 -08:00
Google APIs
c163d9caf0 chore: update copyright year for auto-generated protos
PiperOrigin-RevId: 731676771
2025-02-27 04:43:59 -08:00
Google APIs
cdb9d3bb34 feat: A new field past_locations is added to message .maps.fleetengine.delivery.v1.DeliveryVehicle
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
2025-02-26 15:32:46 -08:00
Google APIs
4c84e9b229 chore: update package name to correct organization
PiperOrigin-RevId: 731311680
2025-02-26 07:36:00 -08:00
Google APIs
6bc8e91bf9 feat: add NACS EVCS connector type support
PiperOrigin-RevId: 730588193
2025-02-24 14:04:38 -08:00
Google APIs
9a62525f43 chore: remove language settings from gapic.yaml files for languages that don't read these files
PiperOrigin-RevId: 730348903
2025-02-24 01:39:47 -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
Google APIs
280725e991 fix: add oauth scopes to Places proto
PiperOrigin-RevId: 720741557
2025-01-28 16:10:24 -08:00
Google APIs
e49749f580 feat: add more fuel type enum values
docs: A comment for enum value `LPG` in enum `FuelType` is changed to be clearer.

PiperOrigin-RevId: 719418262
2025-01-24 13:38:46 -08:00
Google APIs
e9a4c38a81 docs: Refine Docs for Fleet Engine time related fields
PiperOrigin-RevId: 718145685
2025-01-21 17:59:58 -08:00
Google APIs
3808680f22 docs: mark Places API client libraries as BETA
PiperOrigin-RevId: 716290485
2025-01-16 10:37:51 -08:00
Google APIs
8e29c7448e chore: update fleetengine yaml
PiperOrigin-RevId: 705131886
2024-12-11 09:20:51 -08:00
Google APIs
4e78e682ef docs: correct SearchVehiclesRequest.ordered_by description
PiperOrigin-RevId: 704403622
2024-12-09 13:46:36 -08:00