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
+24-15Lines changed: 24 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -362,10 +362,12 @@ public final class GoogleMapsPlacesV1Place extends com.google.api.client.json.Ge
362
362
privateGoogleMapsPlacesV1PriceRangepriceRange;
363
363
364
364
/**
365
-
* The primary type of the given result. This type must one of the Places API supported types. For
366
-
* example, "restaurant", "cafe", "airport", etc. A place can only have a single primary type. For
367
-
* the complete list of possible values, see Table A and Table B at
Copy file name to clipboardExpand all lines: clients/google-api-services-places/v1/2.0.0/com/google/api/services/places/v1/model/GoogleMapsPlacesV1PlaceOpeningHours.java
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,12 @@ public final class GoogleMapsPlacesV1PlaceOpeningHours extends com.google.api.cl
56
56
privatejava.lang.BooleanopenNow;
57
57
58
58
/**
59
+
* The periods that this place is open during the week. The periods are in chronological order, in
60
+
* the place-local timezone. An empty (but not absent) value indicates a place that is never open,
61
+
* e.g. because it is closed temporarily for renovations. The starting day of `periods` is NOT
62
+
* fixed and should not be assumed to be Sunday. The API determines the start day based on a
63
+
* variety of factors. For example, for a 24/7 business, the first period may begin on the day of
64
+
* the request. For other businesses, it might be the first day of the week that they are open.
59
65
* NOTE: The ordering of the `periods` array is independent of the ordering of the
60
66
* `weekday_descriptions` array. Do not assume they will begin on the same day.
61
67
* The value may be {@code null}.
@@ -154,6 +160,12 @@ public GoogleMapsPlacesV1PlaceOpeningHours setOpenNow(java.lang.Boolean openNow)
154
160
}
155
161
156
162
/**
163
+
* The periods that this place is open during the week. The periods are in chronological order, in
164
+
* the place-local timezone. An empty (but not absent) value indicates a place that is never open,
165
+
* e.g. because it is closed temporarily for renovations. The starting day of `periods` is NOT
166
+
* fixed and should not be assumed to be Sunday. The API determines the start day based on a
167
+
* variety of factors. For example, for a 24/7 business, the first period may begin on the day of
168
+
* the request. For other businesses, it might be the first day of the week that they are open.
157
169
* NOTE: The ordering of the `periods` array is independent of the ordering of the
158
170
* `weekday_descriptions` array. Do not assume they will begin on the same day.
159
171
* @return value or {@code null} for none
@@ -163,6 +175,12 @@ public java.util.List<GoogleMapsPlacesV1PlaceOpeningHoursPeriod> getPeriods() {
163
175
}
164
176
165
177
/**
178
+
* The periods that this place is open during the week. The periods are in chronological order, in
179
+
* the place-local timezone. An empty (but not absent) value indicates a place that is never open,
180
+
* e.g. because it is closed temporarily for renovations. The starting day of `periods` is NOT
181
+
* fixed and should not be assumed to be Sunday. The API determines the start day based on a
182
+
* variety of factors. For example, for a 24/7 business, the first period may begin on the day of
183
+
* the request. For other businesses, it might be the first day of the week that they are open.
166
184
* NOTE: The ordering of the `periods` array is independent of the ordering of the
167
185
* `weekday_descriptions` array. Do not assume they will begin on the same day.
0 commit comments