You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-places/v1/2.0.0/com/google/api/services/places/v1/model/GoogleMapsPlacesV1Place.java
+27-15Lines changed: 27 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -112,9 +112,12 @@ public final class GoogleMapsPlacesV1Place extends com.google.api.client.json.Ge
112
112
privatejava.lang.BooleancurbsidePickup;
113
113
114
114
/**
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.
118
121
* The value may be {@code null}.
119
122
*/
120
123
@com.google.api.client.util.Key
@@ -446,8 +449,9 @@ public final class GoogleMapsPlacesV1Place extends com.google.api.client.json.Ge
446
449
privatejava.lang.Doublerating;
447
450
448
451
/**
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
0 commit comments