Skip to content

Commit 81ed5be

Browse files
chore: regenerate places client
1 parent 5ec85f7 commit 81ed5be

File tree

4 files changed

+12
-12
lines changed

4 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-rev20251021-2.0.0</version>
25+
<version>v1-rev20260104-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-rev20260104-2.0.0'
3939
}
4040
```
4141

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/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-rev20260104-2.0.0</version>
12+
<name>Places API (New) v1-rev20260104-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-rev20260104-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-rev20260104-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)