File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed
clients/google-api-services-places/v1
com/google/api/services/places/v1 Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff 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-rev20240918 -2.0.0</version >
25+ <version >v1-rev20240920 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-places:v1-rev20240918 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-places:v1-rev20240920 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change @@ -35,6 +35,9 @@ public class MapsPlacesScopes {
3535 /** Private Service: https://www.googleapis.com/auth/maps-platform.places.details. */
3636 public static final String MAPS_PLATFORM_PLACES_DETAILS = "https://www.googleapis.com/auth/maps-platform.places.details" ;
3737
38+ /** Private Service: https://www.googleapis.com/auth/maps-platform.places.getphotomedia. */
39+ public static final String MAPS_PLATFORM_PLACES_GETPHOTOMEDIA = "https://www.googleapis.com/auth/maps-platform.places.getphotomedia" ;
40+
3841 /** Private Service: https://www.googleapis.com/auth/maps-platform.places.nearbysearch. */
3942 public static final String MAPS_PLATFORM_PLACES_NEARBYSEARCH = "https://www.googleapis.com/auth/maps-platform.places.nearbysearch" ;
4043
@@ -52,6 +55,7 @@ public static java.util.Set<String> all() {
5255 set .add (MAPS_PLATFORM_PLACES );
5356 set .add (MAPS_PLATFORM_PLACES_AUTOCOMPLETE );
5457 set .add (MAPS_PLATFORM_PLACES_DETAILS );
58+ set .add (MAPS_PLATFORM_PLACES_GETPHOTOMEDIA );
5559 set .add (MAPS_PLATFORM_PLACES_NEARBYSEARCH );
5660 set .add (MAPS_PLATFORM_PLACES_TEXTSEARCH );
5761 return java .util .Collections .unmodifiableSet (set );
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-places</artifactId >
11- <version >v1-rev20240918 -2.0.0</version >
12- <name >Places API (New) v1-rev20240918 -2.0.0</name >
11+ <version >v1-rev20240920 -2.0.0</version >
12+ <name >Places API (New) v1-rev20240920 -2.0.0</name >
1313 <packaging >jar</packaging >
1414
1515 <inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff 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-rev20240918 -2.0.0</version >
25+ <version >v1-rev20240920 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-places:v1-rev20240918 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-places:v1-rev20240920 -2.0.0'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments