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
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -389,7 +389,8 @@ public final class GoogleMapsPlacesV1Place extends com.google.api.client.json.Ge
389
389
/**
390
390
* The regular hours of operation. Note that if a place is always open (24 hours), the `close`
391
391
* field will not be set. Clients can rely on always open (24 hours) being represented as an
392
-
* `open` period containing day with value `0`, hour with value `0`, and minute with value `0`.
392
+
* `open` period containing `day` with value `0`, `hour` with value `0`, and `minute` with value
393
+
* `0`.
393
394
* The value may be {@code null}.
394
395
*/
395
396
@com.google.api.client.util.Key
@@ -1400,7 +1401,8 @@ public GoogleMapsPlacesV1Place setRating(java.lang.Double rating) {
1400
1401
/**
1401
1402
* The regular hours of operation. Note that if a place is always open (24 hours), the `close`
1402
1403
* field will not be set. Clients can rely on always open (24 hours) being represented as an
1403
-
* `open` period containing day with value `0`, hour with value `0`, and minute with value `0`.
1404
+
* `open` period containing `day` with value `0`, `hour` with value `0`, and `minute` with value
0 commit comments