From 76fdd201ac0463e6f232a057e68ea4a9ed2f65ed Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Wed, 3 Jun 2026 18:37:08 -0700 Subject: [PATCH] chore: regenerate places client --- .../v1/2.0.0/README.md | 4 +- .../v1/model/GoogleMapsPlacesV1Place.java | 42 ++++++++++++------- .../v1/2.0.0/pom.xml | 4 +- .../google-api-services-places/v1/README.md | 4 +- 4 files changed, 33 insertions(+), 21 deletions(-) diff --git a/clients/google-api-services-places/v1/2.0.0/README.md b/clients/google-api-services-places/v1/2.0.0/README.md index 002c9f414d7..c63b68fbae0 100644 --- a/clients/google-api-services-places/v1/2.0.0/README.md +++ b/clients/google-api-services-places/v1/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-places - v1-rev20260524-2.0.0 + v1-rev20260601-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-places:v1-rev20260524-2.0.0' + implementation 'com.google.apis:google-api-services-places:v1-rev20260601-2.0.0' } ``` diff --git a/clients/google-api-services-places/v1/2.0.0/com/google/api/services/places/v1/model/GoogleMapsPlacesV1Place.java b/clients/google-api-services-places/v1/2.0.0/com/google/api/services/places/v1/model/GoogleMapsPlacesV1Place.java index e2f3b65f8ef..8f61c008d5b 100644 --- a/clients/google-api-services-places/v1/2.0.0/com/google/api/services/places/v1/model/GoogleMapsPlacesV1Place.java +++ b/clients/google-api-services-places/v1/2.0.0/com/google/api/services/places/v1/model/GoogleMapsPlacesV1Place.java @@ -112,9 +112,12 @@ public final class GoogleMapsPlacesV1Place extends com.google.api.client.json.Ge private java.lang.Boolean curbsidePickup; /** - * The hours of operation for the next seven days (including today). The time period starts at - * midnight on the date of the request and ends at 11:59 pm six days later. This field includes - * the special_days subfield of all hours, set for dates that have exceptional hours. + * The hours of operation for the next seven days (including today) incorporating any special + * opening hours. The time period starts at midnight on the date of the request and ends at 11:59 + * pm six days later. If the actual opening hours are outside of this range, the opening hours + * will be truncated. For example, if a place is open from 10pm yesterday to 6am today, the + * opening hours will be truncated to 12am today to 6am today. This field includes the + * special_days subfield of all hours, set for dates that have exceptional hours. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -446,8 +449,9 @@ public final class GoogleMapsPlacesV1Place extends com.google.api.client.json.Ge private java.lang.Double rating; /** - * The regular hours of operation. Note that if a place is always open (24 hours), the `close` - * field will not be set. Clients can rely on always open (24 hours) being represented as an + * The regular hours are the hours of operation for a place on a typical schedule. Note that if a + * place is always open (24 hours), the `close` field will not be set. Clients can rely on always + * open (24 hours) being represented as an * [`open`](https://developers.google.com/maps/documentation/places/web- * service/reference/rest/v1/places#Period) period containing * [`day`](https://developers.google.com/maps/documentation/places/web- @@ -842,9 +846,12 @@ public GoogleMapsPlacesV1Place setCurbsidePickup(java.lang.Boolean curbsidePicku } /** - * The hours of operation for the next seven days (including today). The time period starts at - * midnight on the date of the request and ends at 11:59 pm six days later. This field includes - * the special_days subfield of all hours, set for dates that have exceptional hours. + * The hours of operation for the next seven days (including today) incorporating any special + * opening hours. The time period starts at midnight on the date of the request and ends at 11:59 + * pm six days later. If the actual opening hours are outside of this range, the opening hours + * will be truncated. For example, if a place is open from 10pm yesterday to 6am today, the + * opening hours will be truncated to 12am today to 6am today. This field includes the + * special_days subfield of all hours, set for dates that have exceptional hours. * @return value or {@code null} for none */ public GoogleMapsPlacesV1PlaceOpeningHours getCurrentOpeningHours() { @@ -852,9 +859,12 @@ public GoogleMapsPlacesV1PlaceOpeningHours getCurrentOpeningHours() { } /** - * The hours of operation for the next seven days (including today). The time period starts at - * midnight on the date of the request and ends at 11:59 pm six days later. This field includes - * the special_days subfield of all hours, set for dates that have exceptional hours. + * The hours of operation for the next seven days (including today) incorporating any special + * opening hours. The time period starts at midnight on the date of the request and ends at 11:59 + * pm six days later. If the actual opening hours are outside of this range, the opening hours + * will be truncated. For example, if a place is open from 10pm yesterday to 6am today, the + * opening hours will be truncated to 12am today to 6am today. This field includes the + * special_days subfield of all hours, set for dates that have exceptional hours. * @param currentOpeningHours currentOpeningHours or {@code null} for none */ public GoogleMapsPlacesV1Place setCurrentOpeningHours(GoogleMapsPlacesV1PlaceOpeningHours currentOpeningHours) { @@ -1624,8 +1634,9 @@ public GoogleMapsPlacesV1Place setRating(java.lang.Double rating) { } /** - * The regular hours of operation. Note that if a place is always open (24 hours), the `close` - * field will not be set. Clients can rely on always open (24 hours) being represented as an + * The regular hours are the hours of operation for a place on a typical schedule. Note that if a + * place is always open (24 hours), the `close` field will not be set. Clients can rely on always + * open (24 hours) being represented as an * [`open`](https://developers.google.com/maps/documentation/places/web- * service/reference/rest/v1/places#Period) period containing * [`day`](https://developers.google.com/maps/documentation/places/web- @@ -1641,8 +1652,9 @@ public GoogleMapsPlacesV1PlaceOpeningHours getRegularOpeningHours() { } /** - * The regular hours of operation. Note that if a place is always open (24 hours), the `close` - * field will not be set. Clients can rely on always open (24 hours) being represented as an + * The regular hours are the hours of operation for a place on a typical schedule. Note that if a + * place is always open (24 hours), the `close` field will not be set. Clients can rely on always + * open (24 hours) being represented as an * [`open`](https://developers.google.com/maps/documentation/places/web- * service/reference/rest/v1/places#Period) period containing * [`day`](https://developers.google.com/maps/documentation/places/web- diff --git a/clients/google-api-services-places/v1/2.0.0/pom.xml b/clients/google-api-services-places/v1/2.0.0/pom.xml index cc8e4673bdd..1f0ba866053 100644 --- a/clients/google-api-services-places/v1/2.0.0/pom.xml +++ b/clients/google-api-services-places/v1/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-places - v1-rev20260524-2.0.0 - Places API (New) v1-rev20260524-2.0.0 + v1-rev20260601-2.0.0 + Places API (New) v1-rev20260601-2.0.0 jar 2011 diff --git a/clients/google-api-services-places/v1/README.md b/clients/google-api-services-places/v1/README.md index 002c9f414d7..c63b68fbae0 100644 --- a/clients/google-api-services-places/v1/README.md +++ b/clients/google-api-services-places/v1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-places - v1-rev20260524-2.0.0 + v1-rev20260601-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-places:v1-rev20260524-2.0.0' + implementation 'com.google.apis:google-api-services-places:v1-rev20260601-2.0.0' } ```