Skip to content

Commit bea3178

Browse files
1 parent 24ef5a5 commit bea3178

7 files changed

Lines changed: 17 additions & 38 deletions

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-rev20260517-2.0.0</version>
25+
<version>v1-rev20260524-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-rev20260517-2.0.0'
38+
implementation 'com.google.apis:google-api-services-places:v1-rev20260524-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: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@
1717
package com.google.api.services.places.v1.model;
1818

1919
/**
20-
* Experimental: See https://developers.google.com/maps/documentation/places/web-
21-
* service/experimental/places-generative for more details. Content that is contextual to the place
22-
* query.
20+
* Content that is contextual to the place query.
2321
*
2422
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2523
* transmitted over HTTP when working with the Places API (New). For a detailed explanation see:
@@ -32,8 +30,7 @@
3230
public final class GoogleMapsPlacesV1ContextualContent extends com.google.api.client.json.GenericJson {
3331

3432
/**
35-
* Experimental: See https://developers.google.com/maps/documentation/places/web-
36-
* service/experimental/places-generative for more details. Justifications for the place.
33+
* Justifications for the place.
3734
* The value may be {@code null}.
3835
*/
3936
@com.google.api.client.util.Key
@@ -54,17 +51,15 @@ public final class GoogleMapsPlacesV1ContextualContent extends com.google.api.cl
5451
private java.util.List<GoogleMapsPlacesV1Review> reviews;
5552

5653
/**
57-
* Experimental: See https://developers.google.com/maps/documentation/places/web-
58-
* service/experimental/places-generative for more details. Justifications for the place.
54+
* Justifications for the place.
5955
* @return value or {@code null} for none
6056
*/
6157
public java.util.List<GoogleMapsPlacesV1ContextualContentJustification> getJustifications() {
6258
return justifications;
6359
}
6460

6561
/**
66-
* Experimental: See https://developers.google.com/maps/documentation/places/web-
67-
* service/experimental/places-generative for more details. Justifications for the place.
62+
* Justifications for the place.
6863
* @param justifications justifications or {@code null} for none
6964
*/
7065
public GoogleMapsPlacesV1ContextualContent setJustifications(java.util.List<GoogleMapsPlacesV1ContextualContentJustification> justifications) {

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

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@
1717
package com.google.api.services.places.v1.model;
1818

1919
/**
20-
* Experimental: See https://developers.google.com/maps/documentation/places/web-
21-
* service/experimental/places-generative for more details. Justifications for the place.
22-
* Justifications answers the question of why a place could interest an end user.
20+
* Justifications for the place. Justifications answers the question of why a place could interest
21+
* an end user.
2322
*
2423
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2524
* transmitted over HTTP when working with the Places API (New). For a detailed explanation see:
@@ -32,33 +31,25 @@
3231
public final class GoogleMapsPlacesV1ContextualContentJustification extends com.google.api.client.json.GenericJson {
3332

3433
/**
35-
* Experimental: See https://developers.google.com/maps/documentation/places/web-
36-
* service/experimental/places-generative for more details.
3734
* The value may be {@code null}.
3835
*/
3936
@com.google.api.client.util.Key
4037
private GoogleMapsPlacesV1ContextualContentJustificationBusinessAvailabilityAttributesJustification businessAvailabilityAttributesJustification;
4138

4239
/**
43-
* Experimental: See https://developers.google.com/maps/documentation/places/web-
44-
* service/experimental/places-generative for more details.
4540
* The value may be {@code null}.
4641
*/
4742
@com.google.api.client.util.Key
4843
private GoogleMapsPlacesV1ContextualContentJustificationReviewJustification reviewJustification;
4944

5045
/**
51-
* Experimental: See https://developers.google.com/maps/documentation/places/web-
52-
* service/experimental/places-generative for more details.
5346
* @return value or {@code null} for none
5447
*/
5548
public GoogleMapsPlacesV1ContextualContentJustificationBusinessAvailabilityAttributesJustification getBusinessAvailabilityAttributesJustification() {
5649
return businessAvailabilityAttributesJustification;
5750
}
5851

5952
/**
60-
* Experimental: See https://developers.google.com/maps/documentation/places/web-
61-
* service/experimental/places-generative for more details.
6253
* @param businessAvailabilityAttributesJustification businessAvailabilityAttributesJustification or {@code null} for none
6354
*/
6455
public GoogleMapsPlacesV1ContextualContentJustification setBusinessAvailabilityAttributesJustification(GoogleMapsPlacesV1ContextualContentJustificationBusinessAvailabilityAttributesJustification businessAvailabilityAttributesJustification) {
@@ -67,17 +58,13 @@ public GoogleMapsPlacesV1ContextualContentJustification setBusinessAvailabilityA
6758
}
6859

6960
/**
70-
* Experimental: See https://developers.google.com/maps/documentation/places/web-
71-
* service/experimental/places-generative for more details.
7261
* @return value or {@code null} for none
7362
*/
7463
public GoogleMapsPlacesV1ContextualContentJustificationReviewJustification getReviewJustification() {
7564
return reviewJustification;
7665
}
7766

7867
/**
79-
* Experimental: See https://developers.google.com/maps/documentation/places/web-
80-
* service/experimental/places-generative for more details.
8168
* @param reviewJustification reviewJustification or {@code null} for none
8269
*/
8370
public GoogleMapsPlacesV1ContextualContentJustification setReviewJustification(GoogleMapsPlacesV1ContextualContentJustificationReviewJustification reviewJustification) {

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@
1717
package com.google.api.services.places.v1.model;
1818

1919
/**
20-
* Experimental: See https://developers.google.com/maps/documentation/places/web-
21-
* service/experimental/places-generative for more details. BusinessAvailabilityAttributes
22-
* justifications. This shows some attributes a business has that could interest an end user.
20+
* BusinessAvailabilityAttributes justifications. This shows some attributes a business has that
21+
* could interest an end user.
2322
*
2423
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2524
* transmitted over HTTP when working with the Places API (New). For a detailed explanation see:

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,9 @@
1717
package com.google.api.services.places.v1.model;
1818

1919
/**
20-
* Experimental: See https://developers.google.com/maps/documentation/places/web-
21-
* service/experimental/places-generative for more details. User review justifications. This
22-
* highlights a section of the user review that would interest an end user. For instance, if the
23-
* search query is "firewood pizza", the review justification highlights the text relevant to the
24-
* search query.
20+
* User review justifications. This highlights a section of the user review that would interest an
21+
* end user. For instance, if the search query is "firewood pizza", the review justification
22+
* highlights the text relevant to the search query.
2523
*
2624
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2725
* transmitted over HTTP when working with the Places API (New). For a detailed explanation see:

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

0 commit comments

Comments
 (0)