Skip to content

Commit fd611a7

Browse files
chore: regenerate places client
1 parent 38c1764 commit fd611a7

File tree

6 files changed

+47
-15
lines changed

6 files changed

+47
-15
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-rev20251021-2.0.0</version>
25+
<version>v1-rev20260208-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-rev20251021-2.0.0'
38+
implementation 'com.google.apis:google-api-services-places:v1-rev20260208-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public class MapsPlaces extends com.google.api.client.googleapis.services.json.A
103103
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
104104
* <li>Android: {@code newCompatibleTransport} from
105105
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
106-
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
106+
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
107107
* </li>
108108
* </ul>
109109
* @param jsonFactory JSON factory, which may be:
@@ -1037,8 +1037,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
10371037
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
10381038
* <li>Android: {@code newCompatibleTransport} from
10391039
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
1040-
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
1041-
* </li>
1040+
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
10421041
* </ul>
10431042
* @param jsonFactory JSON factory, which may be:
10441043
* <ul>

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ public final class GoogleMapsPlacesV1ContextualContent extends com.google.api.cl
4040
private java.util.List<GoogleMapsPlacesV1ContextualContentJustification> justifications;
4141

4242
/**
43-
* Information (including references) about photos of this place, contexual to the place query.
43+
* Information (including references) about photos of this place, contextual to the place query.
4444
* The value may be {@code null}.
4545
*/
4646
@com.google.api.client.util.Key
4747
private java.util.List<GoogleMapsPlacesV1Photo> photos;
4848

4949
/**
50-
* List of reviews about this place, contexual to the place query.
50+
* List of reviews about this place, contextual to the place query.
5151
* The value may be {@code null}.
5252
*/
5353
@com.google.api.client.util.Key
@@ -73,15 +73,15 @@ public GoogleMapsPlacesV1ContextualContent setJustifications(java.util.List<Goog
7373
}
7474

7575
/**
76-
* Information (including references) about photos of this place, contexual to the place query.
76+
* Information (including references) about photos of this place, contextual to the place query.
7777
* @return value or {@code null} for none
7878
*/
7979
public java.util.List<GoogleMapsPlacesV1Photo> getPhotos() {
8080
return photos;
8181
}
8282

8383
/**
84-
* Information (including references) about photos of this place, contexual to the place query.
84+
* Information (including references) about photos of this place, contextual to the place query.
8585
* @param photos photos or {@code null} for none
8686
*/
8787
public GoogleMapsPlacesV1ContextualContent setPhotos(java.util.List<GoogleMapsPlacesV1Photo> photos) {
@@ -90,15 +90,15 @@ public GoogleMapsPlacesV1ContextualContent setPhotos(java.util.List<GoogleMapsPl
9090
}
9191

9292
/**
93-
* List of reviews about this place, contexual to the place query.
93+
* List of reviews about this place, contextual to the place query.
9494
* @return value or {@code null} for none
9595
*/
9696
public java.util.List<GoogleMapsPlacesV1Review> getReviews() {
9797
return reviews;
9898
}
9999

100100
/**
101-
* List of reviews about this place, contexual to the place query.
101+
* List of reviews about this place, contextual to the place query.
102102
* @param reviews reviews or {@code null} for none
103103
*/
104104
public GoogleMapsPlacesV1ContextualContent setReviews(java.util.List<GoogleMapsPlacesV1Review> reviews) {

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

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,16 @@ public final class GoogleMapsPlacesV1Place extends com.google.api.client.json.Ge
227227
@com.google.api.client.util.Key
228228
private GoogleMapsPlacesV1PlaceGoogleMapsLinks googleMapsLinks;
229229

230+
/**
231+
* The type label of the place on Google Maps, localized to the request language if applicable,
232+
* for example, "Restaurant", "Cafe", "Airport", etc. The type label may be different from the
233+
* primary type display name and may not be a supported type in [Places API Place Types
234+
* table](https://developers.google.com/maps/documentation/places/web-service/place-types).
235+
* The value may be {@code null}.
236+
*/
237+
@com.google.api.client.util.Key
238+
private GoogleTypeLocalizedText googleMapsTypeLabel;
239+
230240
/**
231241
* A URL providing more information about this place.
232242
* The value may be {@code null}.
@@ -1093,6 +1103,29 @@ public GoogleMapsPlacesV1Place setGoogleMapsLinks(GoogleMapsPlacesV1PlaceGoogleM
10931103
return this;
10941104
}
10951105

1106+
/**
1107+
* The type label of the place on Google Maps, localized to the request language if applicable,
1108+
* for example, "Restaurant", "Cafe", "Airport", etc. The type label may be different from the
1109+
* primary type display name and may not be a supported type in [Places API Place Types
1110+
* table](https://developers.google.com/maps/documentation/places/web-service/place-types).
1111+
* @return value or {@code null} for none
1112+
*/
1113+
public GoogleTypeLocalizedText getGoogleMapsTypeLabel() {
1114+
return googleMapsTypeLabel;
1115+
}
1116+
1117+
/**
1118+
* The type label of the place on Google Maps, localized to the request language if applicable,
1119+
* for example, "Restaurant", "Cafe", "Airport", etc. The type label may be different from the
1120+
* primary type display name and may not be a supported type in [Places API Place Types
1121+
* table](https://developers.google.com/maps/documentation/places/web-service/place-types).
1122+
* @param googleMapsTypeLabel googleMapsTypeLabel or {@code null} for none
1123+
*/
1124+
public GoogleMapsPlacesV1Place setGoogleMapsTypeLabel(GoogleTypeLocalizedText googleMapsTypeLabel) {
1125+
this.googleMapsTypeLabel = googleMapsTypeLabel;
1126+
return this;
1127+
}
1128+
10961129
/**
10971130
* A URL providing more information about this place.
10981131
* @return value 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-rev20251021-2.0.0</version>
12-
<name>Places API (New) v1-rev20251021-2.0.0</name>
11+
<version>v1-rev20260208-2.0.0</version>
12+
<name>Places API (New) v1-rev20260208-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-rev20251021-2.0.0</version>
25+
<version>v1-rev20260208-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-rev20251021-2.0.0'
38+
implementation 'com.google.apis:google-api-services-places:v1-rev20260208-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)