Skip to content

Commit 33cc57d

Browse files
1 parent 3b7f168 commit 33cc57d

File tree

5 files changed

+12
-12
lines changed

5 files changed

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
public final class GoogleMapsPlacesV1PlaceConsumerAlert extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* The details of the consumer alert message.ƒ
34+
* The details of the consumer alert message.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
@@ -52,15 +52,15 @@ public final class GoogleMapsPlacesV1PlaceConsumerAlert extends com.google.api.c
5252
private java.lang.String overview;
5353

5454
/**
55-
* The details of the consumer alert message.ƒ
55+
* The details of the consumer alert message.
5656
* @return value or {@code null} for none
5757
*/
5858
public GoogleMapsPlacesV1PlaceConsumerAlertDetails getDetails() {
5959
return details;
6060
}
6161

6262
/**
63-
* The details of the consumer alert message.ƒ
63+
* The details of the consumer alert message.
6464
* @param details details or {@code null} for none
6565
*/
6666
public GoogleMapsPlacesV1PlaceConsumerAlert setDetails(GoogleMapsPlacesV1PlaceConsumerAlertDetails details) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public final class GoogleMapsPlacesV1Review extends com.google.api.client.json.G
9595
private GoogleTypeLocalizedText text;
9696

9797
/**
98-
* The date when the author visited the place. This is trucated to the year and month of the
98+
* The date when the author visited the place. This is truncated to the year and month of the
9999
* visit.
100100
* The value may be {@code null}.
101101
*/
@@ -260,7 +260,7 @@ public GoogleMapsPlacesV1Review setText(GoogleTypeLocalizedText text) {
260260
}
261261

262262
/**
263-
* The date when the author visited the place. This is trucated to the year and month of the
263+
* The date when the author visited the place. This is truncated to the year and month of the
264264
* visit.
265265
* @return value or {@code null} for none
266266
*/
@@ -269,7 +269,7 @@ public GoogleTypeDate getVisitDate() {
269269
}
270270

271271
/**
272-
* The date when the author visited the place. This is trucated to the year and month of the
272+
* The date when the author visited the place. This is truncated to the year and month of the
273273
* visit.
274274
* @param visitDate visitDate or {@code null} for none
275275
*/

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

0 commit comments

Comments
 (0)