Skip to content

Commit 7f8e270

Browse files
1 parent 727f5ff commit 7f8e270

File tree

4 files changed

+9
-9
lines changed

4 files changed

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public final class Filter extends com.google.api.client.json.GenericJson {
4747

4848
/**
4949
* Optional. Restricts results to places whose price level is included on this list. If
50-
* price_level is not set, all price levels are included in the results.
50+
* `price_levels` is not set, all price levels are included in the results.
5151
* The value may be {@code null}.
5252
*/
5353
@com.google.api.client.util.Key
@@ -108,7 +108,7 @@ public Filter setOperatingStatus(java.util.List<java.lang.String> operatingStatu
108108

109109
/**
110110
* Optional. Restricts results to places whose price level is included on this list. If
111-
* price_level is not set, all price levels are included in the results.
111+
* `price_levels` is not set, all price levels are included in the results.
112112
* @return value or {@code null} for none
113113
*/
114114
public java.util.List<java.lang.String> getPriceLevels() {
@@ -117,7 +117,7 @@ public java.util.List<java.lang.String> getPriceLevels() {
117117

118118
/**
119119
* Optional. Restricts results to places whose price level is included on this list. If
120-
* price_level is not set, all price levels are included in the results.
120+
* `price_levels` is not set, all price levels are included in the results.
121121
* @param priceLevels priceLevels or {@code null} for none
122122
*/
123123
public Filter setPriceLevels(java.util.List<java.lang.String> priceLevels) {

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-rev20250225-2.0.0</version>
12-
<name>Places Insights API v1-rev20250225-2.0.0</name>
11+
<version>v1-rev20250226-2.0.0</version>
12+
<name>Places Insights API v1-rev20250226-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-rev20250225-2.0.0</version>
25+
<version>v1-rev20250226-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-rev20250225-2.0.0'
38+
implementation 'com.google.apis:google-api-services-areainsights:v1-rev20250226-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)