Skip to content

Commit a3c8d85

Browse files
1 parent 6fa2705 commit a3c8d85

File tree

4 files changed

+18
-9
lines changed

4 files changed

+18
-9
lines changed

clients/google-api-services-areainsights/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-areainsights</artifactId>
25-
<version>v1-rev20250325-2.0.0</version>
25+
<version>v1-rev20250521-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-areainsights:v1-rev20250325-2.0.0'
38+
implementation 'com.google.apis:google-api-services-areainsights:v1-rev20250521-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-areainsights/v1/2.0.0/com/google/api/services/areainsights/v1/model/Region.java

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,31 @@
3030
public final class Region extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* The unique identifier of a specific geographic region.
33+
* The [place ID](https://developers.google.com/maps/documentation/places/web-service/place-id) of
34+
* the geographic region. Not all region types are supported; see documentation for details.
35+
* **Format:** Must be in the format `places/PLACE_ID`, where `PLACE_ID` is the unique identifier
36+
* of a place. For example: `places/ChIJPV4oX_65j4ARVW8IJ6IJUYs`.
3437
* The value may be {@code null}.
3538
*/
3639
@com.google.api.client.util.Key
3740
private java.lang.String place;
3841

3942
/**
40-
* The unique identifier of a specific geographic region.
43+
* The [place ID](https://developers.google.com/maps/documentation/places/web-service/place-id) of
44+
* the geographic region. Not all region types are supported; see documentation for details.
45+
* **Format:** Must be in the format `places/PLACE_ID`, where `PLACE_ID` is the unique identifier
46+
* of a place. For example: `places/ChIJPV4oX_65j4ARVW8IJ6IJUYs`.
4147
* @return value or {@code null} for none
4248
*/
4349
public java.lang.String getPlace() {
4450
return place;
4551
}
4652

4753
/**
48-
* The unique identifier of a specific geographic region.
54+
* The [place ID](https://developers.google.com/maps/documentation/places/web-service/place-id) of
55+
* the geographic region. Not all region types are supported; see documentation for details.
56+
* **Format:** Must be in the format `places/PLACE_ID`, where `PLACE_ID` is the unique identifier
57+
* of a place. For example: `places/ChIJPV4oX_65j4ARVW8IJ6IJUYs`.
4958
* @param place place or {@code null} for none
5059
*/
5160
public Region setPlace(java.lang.String place) {

clients/google-api-services-areainsights/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-areainsights</artifactId>
11-
<version>v1-rev20250325-2.0.0</version>
12-
<name>Places Aggregate API v1-rev20250325-2.0.0</name>
11+
<version>v1-rev20250521-2.0.0</version>
12+
<name>Places Aggregate API v1-rev20250521-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-areainsights/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-areainsights</artifactId>
25-
<version>v1-rev20250325-2.0.0</version>
25+
<version>v1-rev20250521-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-areainsights:v1-rev20250325-2.0.0'
38+
implementation 'com.google.apis:google-api-services-areainsights:v1-rev20250521-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)