From 4b7e64a420143808c8062b180945f0734c657316 Mon Sep 17 00:00:00 2001
From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com>
Date: Thu, 19 Feb 2026 10:26:23 -0800
Subject: [PATCH] chore: regenerate places client
---
.../v1/2.0.0/README.md | 4 +--
.../api/services/places/v1/MapsPlaces.java | 5 ++-
.../GoogleMapsPlacesV1ContextualContent.java | 12 +++----
.../v1/model/GoogleMapsPlacesV1Place.java | 33 +++++++++++++++++++
.../v1/2.0.0/pom.xml | 4 +--
.../google-api-services-places/v1/README.md | 4 +--
6 files changed, 47 insertions(+), 15 deletions(-)
diff --git a/clients/google-api-services-places/v1/2.0.0/README.md b/clients/google-api-services-places/v1/2.0.0/README.md
index b4acccf5908..77d9d5177fd 100644
--- a/clients/google-api-services-places/v1/2.0.0/README.md
+++ b/clients/google-api-services-places/v1/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-places
- v1-rev20251021-2.0.0
+ v1-rev20260208-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-places:v1-rev20251021-2.0.0'
+ implementation 'com.google.apis:google-api-services-places:v1-rev20260208-2.0.0'
}
```
diff --git a/clients/google-api-services-places/v1/2.0.0/com/google/api/services/places/v1/MapsPlaces.java b/clients/google-api-services-places/v1/2.0.0/com/google/api/services/places/v1/MapsPlaces.java
index f3d0d031605..f3dabae0712 100644
--- a/clients/google-api-services-places/v1/2.0.0/com/google/api/services/places/v1/MapsPlaces.java
+++ b/clients/google-api-services-places/v1/2.0.0/com/google/api/services/places/v1/MapsPlaces.java
@@ -103,7 +103,7 @@ public class MapsPlaces extends com.google.api.client.googleapis.services.json.A
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}
*
Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}
- * Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
+ * Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
*
*
* @param jsonFactory JSON factory, which may be:
@@ -1037,8 +1037,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}
* Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}
- * Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
- *
+ * Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
*
* @param jsonFactory JSON factory, which may be:
*
diff --git a/clients/google-api-services-places/v1/2.0.0/com/google/api/services/places/v1/model/GoogleMapsPlacesV1ContextualContent.java b/clients/google-api-services-places/v1/2.0.0/com/google/api/services/places/v1/model/GoogleMapsPlacesV1ContextualContent.java
index 423e7440bd3..7b950aa4aec 100644
--- a/clients/google-api-services-places/v1/2.0.0/com/google/api/services/places/v1/model/GoogleMapsPlacesV1ContextualContent.java
+++ b/clients/google-api-services-places/v1/2.0.0/com/google/api/services/places/v1/model/GoogleMapsPlacesV1ContextualContent.java
@@ -40,14 +40,14 @@ public final class GoogleMapsPlacesV1ContextualContent extends com.google.api.cl
private java.util.List justifications;
/**
- * Information (including references) about photos of this place, contexual to the place query.
+ * Information (including references) about photos of this place, contextual to the place query.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.util.List photos;
/**
- * List of reviews about this place, contexual to the place query.
+ * List of reviews about this place, contextual to the place query.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -73,7 +73,7 @@ public GoogleMapsPlacesV1ContextualContent setJustifications(java.util.List getPhotos() {
@@ -81,7 +81,7 @@ public java.util.List getPhotos() {
}
/**
- * Information (including references) about photos of this place, contexual to the place query.
+ * Information (including references) about photos of this place, contextual to the place query.
* @param photos photos or {@code null} for none
*/
public GoogleMapsPlacesV1ContextualContent setPhotos(java.util.List photos) {
@@ -90,7 +90,7 @@ public GoogleMapsPlacesV1ContextualContent setPhotos(java.util.List getReviews() {
@@ -98,7 +98,7 @@ public java.util.List getReviews() {
}
/**
- * List of reviews about this place, contexual to the place query.
+ * List of reviews about this place, contextual to the place query.
* @param reviews reviews or {@code null} for none
*/
public GoogleMapsPlacesV1ContextualContent setReviews(java.util.List reviews) {
diff --git a/clients/google-api-services-places/v1/2.0.0/com/google/api/services/places/v1/model/GoogleMapsPlacesV1Place.java b/clients/google-api-services-places/v1/2.0.0/com/google/api/services/places/v1/model/GoogleMapsPlacesV1Place.java
index 7e2f5252167..db2f1bff199 100644
--- a/clients/google-api-services-places/v1/2.0.0/com/google/api/services/places/v1/model/GoogleMapsPlacesV1Place.java
+++ b/clients/google-api-services-places/v1/2.0.0/com/google/api/services/places/v1/model/GoogleMapsPlacesV1Place.java
@@ -227,6 +227,16 @@ public final class GoogleMapsPlacesV1Place extends com.google.api.client.json.Ge
@com.google.api.client.util.Key
private GoogleMapsPlacesV1PlaceGoogleMapsLinks googleMapsLinks;
+ /**
+ * The type label of the place on Google Maps, localized to the request language if applicable,
+ * for example, "Restaurant", "Cafe", "Airport", etc. The type label may be different from the
+ * primary type display name and may not be a supported type in [Places API Place Types
+ * table](https://developers.google.com/maps/documentation/places/web-service/place-types).
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private GoogleTypeLocalizedText googleMapsTypeLabel;
+
/**
* A URL providing more information about this place.
* The value may be {@code null}.
@@ -1093,6 +1103,29 @@ public GoogleMapsPlacesV1Place setGoogleMapsLinks(GoogleMapsPlacesV1PlaceGoogleM
return this;
}
+ /**
+ * The type label of the place on Google Maps, localized to the request language if applicable,
+ * for example, "Restaurant", "Cafe", "Airport", etc. The type label may be different from the
+ * primary type display name and may not be a supported type in [Places API Place Types
+ * table](https://developers.google.com/maps/documentation/places/web-service/place-types).
+ * @return value or {@code null} for none
+ */
+ public GoogleTypeLocalizedText getGoogleMapsTypeLabel() {
+ return googleMapsTypeLabel;
+ }
+
+ /**
+ * The type label of the place on Google Maps, localized to the request language if applicable,
+ * for example, "Restaurant", "Cafe", "Airport", etc. The type label may be different from the
+ * primary type display name and may not be a supported type in [Places API Place Types
+ * table](https://developers.google.com/maps/documentation/places/web-service/place-types).
+ * @param googleMapsTypeLabel googleMapsTypeLabel or {@code null} for none
+ */
+ public GoogleMapsPlacesV1Place setGoogleMapsTypeLabel(GoogleTypeLocalizedText googleMapsTypeLabel) {
+ this.googleMapsTypeLabel = googleMapsTypeLabel;
+ return this;
+ }
+
/**
* A URL providing more information about this place.
* @return value or {@code null} for none
diff --git a/clients/google-api-services-places/v1/2.0.0/pom.xml b/clients/google-api-services-places/v1/2.0.0/pom.xml
index 76fe44c1842..208369e9c6a 100644
--- a/clients/google-api-services-places/v1/2.0.0/pom.xml
+++ b/clients/google-api-services-places/v1/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-places
- v1-rev20251021-2.0.0
- Places API (New) v1-rev20251021-2.0.0
+ v1-rev20260208-2.0.0
+ Places API (New) v1-rev20260208-2.0.0
jar
2011
diff --git a/clients/google-api-services-places/v1/README.md b/clients/google-api-services-places/v1/README.md
index b4acccf5908..77d9d5177fd 100644
--- a/clients/google-api-services-places/v1/README.md
+++ b/clients/google-api-services-places/v1/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-places
- v1-rev20251021-2.0.0
+ v1-rev20260208-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-places:v1-rev20251021-2.0.0'
+ implementation 'com.google.apis:google-api-services-places:v1-rev20260208-2.0.0'
}
```