Skip to content

Commit 14fef77

Browse files
1 parent f4a42e4 commit 14fef77

4 files changed

Lines changed: 33 additions & 21 deletions

File tree

clients/google-api-services-places/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-places</artifactId>
25-
<version>v1-rev20260524-2.0.0</version>
25+
<version>v1-rev20260601-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-places:v1-rev20260524-2.0.0'
38+
implementation 'com.google.apis:google-api-services-places:v1-rev20260601-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-places/v1/2.0.0/com/google/api/services/places/v1/model/GoogleMapsPlacesV1Place.java

Lines changed: 27 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,12 @@ public final class GoogleMapsPlacesV1Place extends com.google.api.client.json.Ge
112112
private java.lang.Boolean curbsidePickup;
113113

114114
/**
115-
* The hours of operation for the next seven days (including today). The time period starts at
116-
* midnight on the date of the request and ends at 11:59 pm six days later. This field includes
117-
* the special_days subfield of all hours, set for dates that have exceptional hours.
115+
* The hours of operation for the next seven days (including today) incorporating any special
116+
* opening hours. The time period starts at midnight on the date of the request and ends at 11:59
117+
* pm six days later. If the actual opening hours are outside of this range, the opening hours
118+
* will be truncated. For example, if a place is open from 10pm yesterday to 6am today, the
119+
* opening hours will be truncated to 12am today to 6am today. This field includes the
120+
* special_days subfield of all hours, set for dates that have exceptional hours.
118121
* The value may be {@code null}.
119122
*/
120123
@com.google.api.client.util.Key
@@ -446,8 +449,9 @@ public final class GoogleMapsPlacesV1Place extends com.google.api.client.json.Ge
446449
private java.lang.Double rating;
447450

448451
/**
449-
* The regular hours of operation. Note that if a place is always open (24 hours), the `close`
450-
* field will not be set. Clients can rely on always open (24 hours) being represented as an
452+
* The regular hours are the hours of operation for a place on a typical schedule. Note that if a
453+
* place is always open (24 hours), the `close` field will not be set. Clients can rely on always
454+
* open (24 hours) being represented as an
451455
* [`open`](https://developers.google.com/maps/documentation/places/web-
452456
* service/reference/rest/v1/places#Period) period containing
453457
* [`day`](https://developers.google.com/maps/documentation/places/web-
@@ -842,19 +846,25 @@ public GoogleMapsPlacesV1Place setCurbsidePickup(java.lang.Boolean curbsidePicku
842846
}
843847

844848
/**
845-
* The hours of operation for the next seven days (including today). The time period starts at
846-
* midnight on the date of the request and ends at 11:59 pm six days later. This field includes
847-
* the special_days subfield of all hours, set for dates that have exceptional hours.
849+
* The hours of operation for the next seven days (including today) incorporating any special
850+
* opening hours. The time period starts at midnight on the date of the request and ends at 11:59
851+
* pm six days later. If the actual opening hours are outside of this range, the opening hours
852+
* will be truncated. For example, if a place is open from 10pm yesterday to 6am today, the
853+
* opening hours will be truncated to 12am today to 6am today. This field includes the
854+
* special_days subfield of all hours, set for dates that have exceptional hours.
848855
* @return value or {@code null} for none
849856
*/
850857
public GoogleMapsPlacesV1PlaceOpeningHours getCurrentOpeningHours() {
851858
return currentOpeningHours;
852859
}
853860

854861
/**
855-
* The hours of operation for the next seven days (including today). The time period starts at
856-
* midnight on the date of the request and ends at 11:59 pm six days later. This field includes
857-
* the special_days subfield of all hours, set for dates that have exceptional hours.
862+
* The hours of operation for the next seven days (including today) incorporating any special
863+
* opening hours. The time period starts at midnight on the date of the request and ends at 11:59
864+
* pm six days later. If the actual opening hours are outside of this range, the opening hours
865+
* will be truncated. For example, if a place is open from 10pm yesterday to 6am today, the
866+
* opening hours will be truncated to 12am today to 6am today. This field includes the
867+
* special_days subfield of all hours, set for dates that have exceptional hours.
858868
* @param currentOpeningHours currentOpeningHours or {@code null} for none
859869
*/
860870
public GoogleMapsPlacesV1Place setCurrentOpeningHours(GoogleMapsPlacesV1PlaceOpeningHours currentOpeningHours) {
@@ -1624,8 +1634,9 @@ public GoogleMapsPlacesV1Place setRating(java.lang.Double rating) {
16241634
}
16251635

16261636
/**
1627-
* The regular hours of operation. Note that if a place is always open (24 hours), the `close`
1628-
* field will not be set. Clients can rely on always open (24 hours) being represented as an
1637+
* The regular hours are the hours of operation for a place on a typical schedule. Note that if a
1638+
* place is always open (24 hours), the `close` field will not be set. Clients can rely on always
1639+
* open (24 hours) being represented as an
16291640
* [`open`](https://developers.google.com/maps/documentation/places/web-
16301641
* service/reference/rest/v1/places#Period) period containing
16311642
* [`day`](https://developers.google.com/maps/documentation/places/web-
@@ -1641,8 +1652,9 @@ public GoogleMapsPlacesV1PlaceOpeningHours getRegularOpeningHours() {
16411652
}
16421653

16431654
/**
1644-
* The regular hours of operation. Note that if a place is always open (24 hours), the `close`
1645-
* field will not be set. Clients can rely on always open (24 hours) being represented as an
1655+
* The regular hours are the hours of operation for a place on a typical schedule. Note that if a
1656+
* place is always open (24 hours), the `close` field will not be set. Clients can rely on always
1657+
* open (24 hours) being represented as an
16461658
* [`open`](https://developers.google.com/maps/documentation/places/web-
16471659
* service/reference/rest/v1/places#Period) period containing
16481660
* [`day`](https://developers.google.com/maps/documentation/places/web-

clients/google-api-services-places/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-places</artifactId>
11-
<version>v1-rev20260524-2.0.0</version>
12-
<name>Places API (New) v1-rev20260524-2.0.0</name>
11+
<version>v1-rev20260601-2.0.0</version>
12+
<name>Places API (New) v1-rev20260601-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-places/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-places</artifactId>
25-
<version>v1-rev20260524-2.0.0</version>
25+
<version>v1-rev20260601-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-places:v1-rev20260524-2.0.0'
38+
implementation 'com.google.apis:google-api-services-places:v1-rev20260601-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)