Skip to content

Commit 0c82839

Browse files
1 parent e030b50 commit 0c82839

File tree

6 files changed

+15
-138
lines changed

6 files changed

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

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

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ public final class GoogleMapsPlacesV1PlaceGoogleMapsLinks extends com.google.api
3838
private java.lang.String directionsUri;
3939

4040
/**
41-
* A link to show photos of this place. This link is currently not supported on Google Maps Mobile
42-
* and only works on the web version of Google Maps.
41+
* A link to show reviews of this place on Google Maps.
4342
* The value may be {@code null}.
4443
*/
4544
@com.google.api.client.util.Key
@@ -53,16 +52,14 @@ public final class GoogleMapsPlacesV1PlaceGoogleMapsLinks extends com.google.api
5352
private java.lang.String placeUri;
5453

5554
/**
56-
* A link to show reviews of this place. This link is currently not supported on Google Maps
57-
* Mobile and only works on the web version of Google Maps.
55+
* A link to show reviews of this place on Google Maps.
5856
* The value may be {@code null}.
5957
*/
6058
@com.google.api.client.util.Key
6159
private java.lang.String reviewsUri;
6260

6361
/**
64-
* A link to write a review for this place. This link is currently not supported on Google Maps
65-
* Mobile and only works on the web version of Google Maps.
62+
* A link to show reviews of this place on Google Maps.
6663
* The value may be {@code null}.
6764
*/
6865
@com.google.api.client.util.Key
@@ -88,17 +85,15 @@ public GoogleMapsPlacesV1PlaceGoogleMapsLinks setDirectionsUri(java.lang.String
8885
}
8986

9087
/**
91-
* A link to show photos of this place. This link is currently not supported on Google Maps Mobile
92-
* and only works on the web version of Google Maps.
88+
* A link to show reviews of this place on Google Maps.
9389
* @return value or {@code null} for none
9490
*/
9591
public java.lang.String getPhotosUri() {
9692
return photosUri;
9793
}
9894

9995
/**
100-
* A link to show photos of this place. This link is currently not supported on Google Maps Mobile
101-
* and only works on the web version of Google Maps.
96+
* A link to show reviews of this place on Google Maps.
10297
* @param photosUri photosUri or {@code null} for none
10398
*/
10499
public GoogleMapsPlacesV1PlaceGoogleMapsLinks setPhotosUri(java.lang.String photosUri) {
@@ -124,17 +119,15 @@ public GoogleMapsPlacesV1PlaceGoogleMapsLinks setPlaceUri(java.lang.String place
124119
}
125120

126121
/**
127-
* A link to show reviews of this place. This link is currently not supported on Google Maps
128-
* Mobile and only works on the web version of Google Maps.
122+
* A link to show reviews of this place on Google Maps.
129123
* @return value or {@code null} for none
130124
*/
131125
public java.lang.String getReviewsUri() {
132126
return reviewsUri;
133127
}
134128

135129
/**
136-
* A link to show reviews of this place. This link is currently not supported on Google Maps
137-
* Mobile and only works on the web version of Google Maps.
130+
* A link to show reviews of this place on Google Maps.
138131
* @param reviewsUri reviewsUri or {@code null} for none
139132
*/
140133
public GoogleMapsPlacesV1PlaceGoogleMapsLinks setReviewsUri(java.lang.String reviewsUri) {
@@ -143,17 +136,15 @@ public GoogleMapsPlacesV1PlaceGoogleMapsLinks setReviewsUri(java.lang.String rev
143136
}
144137

145138
/**
146-
* A link to write a review for this place. This link is currently not supported on Google Maps
147-
* Mobile and only works on the web version of Google Maps.
139+
* A link to show reviews of this place on Google Maps.
148140
* @return value or {@code null} for none
149141
*/
150142
public java.lang.String getWriteAReviewUri() {
151143
return writeAReviewUri;
152144
}
153145

154146
/**
155-
* A link to write a review for this place. This link is currently not supported on Google Maps
156-
* Mobile and only works on the web version of Google Maps.
147+
* A link to show reviews of this place on Google Maps.
157148
* @param writeAReviewUri writeAReviewUri or {@code null} for none
158149
*/
159150
public GoogleMapsPlacesV1PlaceGoogleMapsLinks setWriteAReviewUri(java.lang.String writeAReviewUri) {

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

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,6 @@ public final class GoogleMapsPlacesV1Review extends com.google.api.client.json.G
9494
@com.google.api.client.util.Key
9595
private GoogleTypeLocalizedText text;
9696

97-
/**
98-
* The date when the author visited the place. This is trucated to month.
99-
* The value may be {@code null}.
100-
*/
101-
@com.google.api.client.util.Key
102-
private GoogleMapsPlacesV1ReviewVisitDate visitDate;
103-
10497
/**
10598
* This review's author.
10699
* @return value or {@code null} for none
@@ -258,23 +251,6 @@ public GoogleMapsPlacesV1Review setText(GoogleTypeLocalizedText text) {
258251
return this;
259252
}
260253

261-
/**
262-
* The date when the author visited the place. This is trucated to month.
263-
* @return value or {@code null} for none
264-
*/
265-
public GoogleMapsPlacesV1ReviewVisitDate getVisitDate() {
266-
return visitDate;
267-
}
268-
269-
/**
270-
* The date when the author visited the place. This is trucated to month.
271-
* @param visitDate visitDate or {@code null} for none
272-
*/
273-
public GoogleMapsPlacesV1Review setVisitDate(GoogleMapsPlacesV1ReviewVisitDate visitDate) {
274-
this.visitDate = visitDate;
275-
return this;
276-
}
277-
278254
@Override
279255
public GoogleMapsPlacesV1Review set(String fieldName, Object value) {
280256
return (GoogleMapsPlacesV1Review) super.set(fieldName, value);

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

Lines changed: 0 additions & 90 deletions
This file was deleted.

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

0 commit comments

Comments
 (0)