Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions clients/google-api-services-places/v1/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-places</artifactId>
<version>v1-rev20260517-2.0.0</version>
<version>v1-rev20260524-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-places:v1-rev20260517-2.0.0'
implementation 'com.google.apis:google-api-services-places:v1-rev20260524-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
package com.google.api.services.places.v1.model;

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

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

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

/**
* Experimental: See https://developers.google.com/maps/documentation/places/web-
* service/experimental/places-generative for more details. Justifications for the place.
* Justifications for the place.
* @param justifications justifications or {@code null} for none
*/
public GoogleMapsPlacesV1ContextualContent setJustifications(java.util.List<GoogleMapsPlacesV1ContextualContentJustification> justifications) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@
package com.google.api.services.places.v1.model;

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

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

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

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

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

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

/**
* Experimental: See https://developers.google.com/maps/documentation/places/web-
* service/experimental/places-generative for more details.
* @param reviewJustification reviewJustification or {@code null} for none
*/
public GoogleMapsPlacesV1ContextualContentJustification setReviewJustification(GoogleMapsPlacesV1ContextualContentJustificationReviewJustification reviewJustification) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@
package com.google.api.services.places.v1.model;

/**
* Experimental: See https://developers.google.com/maps/documentation/places/web-
* service/experimental/places-generative for more details. BusinessAvailabilityAttributes
* justifications. This shows some attributes a business has that could interest an end user.
* BusinessAvailabilityAttributes justifications. This shows some attributes a business has that
* could interest an end user.
*
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Places API (New). For a detailed explanation see:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@
package com.google.api.services.places.v1.model;

/**
* Experimental: See https://developers.google.com/maps/documentation/places/web-
* service/experimental/places-generative for more details. User review justifications. This
* highlights a section of the user review that would interest an end user. For instance, if the
* search query is "firewood pizza", the review justification highlights the text relevant to the
* search query.
* User review justifications. This highlights a section of the user review that would interest an
* end user. For instance, if the search query is "firewood pizza", the review justification
* highlights the text relevant to the search query.
*
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Places API (New). For a detailed explanation see:
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-places/v1/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-places</artifactId>
<version>v1-rev20260517-2.0.0</version>
<name>Places API (New) v1-rev20260517-2.0.0</name>
<version>v1-rev20260524-2.0.0</version>
<name>Places API (New) v1-rev20260524-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-places/v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-places</artifactId>
<version>v1-rev20260517-2.0.0</version>
<version>v1-rev20260524-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-places:v1-rev20260517-2.0.0'
implementation 'com.google.apis:google-api-services-places:v1-rev20260524-2.0.0'
}
```

Expand Down