Skip to content

Commit 849c85a

Browse files
1 parent aee61ab commit 849c85a

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
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-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
}
3737
dependencies {
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

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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);

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-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>

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-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
}
3737
dependencies {
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

0 commit comments

Comments
 (0)