Skip to content

Commit 5eef1ac

Browse files
1 parent 29b16ac commit 5eef1ac

File tree

5 files changed

+48
-21
lines changed

5 files changed

+48
-21
lines changed

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-rev20250611-2.0.0</version>
25+
<version>v1-rev20250629-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-rev20250611-2.0.0'
38+
implementation 'com.google.apis:google-api-services-places:v1-rev20250629-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: 24 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -362,10 +362,12 @@ public final class GoogleMapsPlacesV1Place extends com.google.api.client.json.Ge
362362
private GoogleMapsPlacesV1PriceRange priceRange;
363363

364364
/**
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
368-
* https://developers.google.com/maps/documentation/places/web-service/place-types
365+
* The primary type of the given result. This type must be one of the Places API supported types.
366+
* For example, "restaurant", "cafe", "airport", etc. A place can only have a single primary type.
367+
* For the complete list of possible values, see Table A and Table B at
368+
* https://developers.google.com/maps/documentation/places/web-service/place-types. The primary
369+
* type may be missing if the place's primary type is not a supported type. When a primary type is
370+
* present, it is always one of the types in the `types` field.
369371
* The value may be {@code null}.
370372
*/
371373
@com.google.api.client.util.Key
@@ -374,7 +376,8 @@ public final class GoogleMapsPlacesV1Place extends com.google.api.client.json.Ge
374376
/**
375377
* The display name of the primary type, localized to the request language if applicable. For the
376378
* complete list of possible values, see Table A and Table B at
377-
* https://developers.google.com/maps/documentation/places/web-service/place-types
379+
* https://developers.google.com/maps/documentation/places/web-service/place-types. The primary
380+
* type may be missing if the place's primary type is not a supported type.
378381
* The value may be {@code null}.
379382
*/
380383
@com.google.api.client.util.Key
@@ -1374,21 +1377,25 @@ public GoogleMapsPlacesV1Place setPriceRange(GoogleMapsPlacesV1PriceRange priceR
13741377
}
13751378

13761379
/**
1377-
* The primary type of the given result. This type must one of the Places API supported types. For
1378-
* example, "restaurant", "cafe", "airport", etc. A place can only have a single primary type. For
1379-
* the complete list of possible values, see Table A and Table B at
1380-
* https://developers.google.com/maps/documentation/places/web-service/place-types
1380+
* The primary type of the given result. This type must be one of the Places API supported types.
1381+
* For example, "restaurant", "cafe", "airport", etc. A place can only have a single primary type.
1382+
* For the complete list of possible values, see Table A and Table B at
1383+
* https://developers.google.com/maps/documentation/places/web-service/place-types. The primary
1384+
* type may be missing if the place's primary type is not a supported type. When a primary type is
1385+
* present, it is always one of the types in the `types` field.
13811386
* @return value or {@code null} for none
13821387
*/
13831388
public java.lang.String getPrimaryType() {
13841389
return primaryType;
13851390
}
13861391

13871392
/**
1388-
* The primary type of the given result. This type must one of the Places API supported types. For
1389-
* example, "restaurant", "cafe", "airport", etc. A place can only have a single primary type. For
1390-
* the complete list of possible values, see Table A and Table B at
1391-
* https://developers.google.com/maps/documentation/places/web-service/place-types
1393+
* The primary type of the given result. This type must be one of the Places API supported types.
1394+
* For example, "restaurant", "cafe", "airport", etc. A place can only have a single primary type.
1395+
* For the complete list of possible values, see Table A and Table B at
1396+
* https://developers.google.com/maps/documentation/places/web-service/place-types. The primary
1397+
* type may be missing if the place's primary type is not a supported type. When a primary type is
1398+
* present, it is always one of the types in the `types` field.
13921399
* @param primaryType primaryType or {@code null} for none
13931400
*/
13941401
public GoogleMapsPlacesV1Place setPrimaryType(java.lang.String primaryType) {
@@ -1399,7 +1406,8 @@ public GoogleMapsPlacesV1Place setPrimaryType(java.lang.String primaryType) {
13991406
/**
14001407
* The display name of the primary type, localized to the request language if applicable. For the
14011408
* complete list of possible values, see Table A and Table B at
1402-
* https://developers.google.com/maps/documentation/places/web-service/place-types
1409+
* https://developers.google.com/maps/documentation/places/web-service/place-types. The primary
1410+
* type may be missing if the place's primary type is not a supported type.
14031411
* @return value or {@code null} for none
14041412
*/
14051413
public GoogleTypeLocalizedText getPrimaryTypeDisplayName() {
@@ -1409,7 +1417,8 @@ public GoogleTypeLocalizedText getPrimaryTypeDisplayName() {
14091417
/**
14101418
* The display name of the primary type, localized to the request language if applicable. For the
14111419
* complete list of possible values, see Table A and Table B at
1412-
* https://developers.google.com/maps/documentation/places/web-service/place-types
1420+
* https://developers.google.com/maps/documentation/places/web-service/place-types. The primary
1421+
* type may be missing if the place's primary type is not a supported type.
14131422
* @param primaryTypeDisplayName primaryTypeDisplayName or {@code null} for none
14141423
*/
14151424
public GoogleMapsPlacesV1Place setPrimaryTypeDisplayName(GoogleTypeLocalizedText primaryTypeDisplayName) {

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ public final class GoogleMapsPlacesV1PlaceOpeningHours extends com.google.api.cl
5656
private java.lang.Boolean openNow;
5757

5858
/**
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.
5965
* NOTE: The ordering of the `periods` array is independent of the ordering of the
6066
* `weekday_descriptions` array. Do not assume they will begin on the same day.
6167
* The value may be {@code null}.
@@ -154,6 +160,12 @@ public GoogleMapsPlacesV1PlaceOpeningHours setOpenNow(java.lang.Boolean openNow)
154160
}
155161

156162
/**
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.
157169
* NOTE: The ordering of the `periods` array is independent of the ordering of the
158170
* `weekday_descriptions` array. Do not assume they will begin on the same day.
159171
* @return value or {@code null} for none
@@ -163,6 +175,12 @@ public java.util.List<GoogleMapsPlacesV1PlaceOpeningHoursPeriod> getPeriods() {
163175
}
164176

165177
/**
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.
166184
* NOTE: The ordering of the `periods` array is independent of the ordering of the
167185
* `weekday_descriptions` array. Do not assume they will begin on the same day.
168186
* @param periods periods or {@code null} for none

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-rev20250611-2.0.0</version>
12-
<name>Places API (New) v1-rev20250611-2.0.0</name>
11+
<version>v1-rev20250629-2.0.0</version>
12+
<name>Places API (New) v1-rev20250629-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-rev20250611-2.0.0</version>
25+
<version>v1-rev20250629-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-rev20250611-2.0.0'
38+
implementation 'com.google.apis:google-api-services-places:v1-rev20250629-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)