Skip to content

Commit 27c3fc2

Browse files
1 parent 0fa23b5 commit 27c3fc2

File tree

4 files changed

+12
-9
lines changed

4 files changed

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

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ public final class Circle extends com.google.api.client.json.GenericJson {
3737
private LatLng latLng;
3838

3939
/**
40-
* The Place resource name of the center of the circle. Only point places are supported.
40+
* **Format:** Must be in the format `places/PLACE_ID`, where `PLACE_ID` is the unique identifier
41+
* of a place. For example: `places/ChIJgUbEo8cfqokR5lP9_Wh_DaM`.
4142
* The value may be {@code null}.
4243
*/
4344
@com.google.api.client.util.Key
@@ -68,15 +69,17 @@ public Circle setLatLng(LatLng latLng) {
6869
}
6970

7071
/**
71-
* The Place resource name of the center of the circle. Only point places are supported.
72+
* **Format:** Must be in the format `places/PLACE_ID`, where `PLACE_ID` is the unique identifier
73+
* of a place. For example: `places/ChIJgUbEo8cfqokR5lP9_Wh_DaM`.
7274
* @return value or {@code null} for none
7375
*/
7476
public java.lang.String getPlace() {
7577
return place;
7678
}
7779

7880
/**
79-
* The Place resource name of the center of the circle. Only point places are supported.
81+
* **Format:** Must be in the format `places/PLACE_ID`, where `PLACE_ID` is the unique identifier
82+
* of a place. For example: `places/ChIJgUbEo8cfqokR5lP9_Wh_DaM`.
8083
* @param place place or {@code null} for none
8184
*/
8285
public Circle 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-rev20241211-2.0.0</version>
12-
<name>Places Insights API v1-rev20241211-2.0.0</name>
11+
<version>v1-rev20250219-2.0.0</version>
12+
<name>Places Insights API v1-rev20250219-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-rev20241211-2.0.0</version>
25+
<version>v1-rev20250219-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-rev20241211-2.0.0'
38+
implementation 'com.google.apis:google-api-services-areainsights:v1-rev20250219-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)