Skip to content

Commit fc22144

Browse files
1 parent 59a2585 commit fc22144

File tree

17 files changed

+47
-47
lines changed

17 files changed

+47
-47
lines changed

clients/google-api-services-areainsights/v1/2.0.0/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# Places Insights API Client Library for Java
1+
# Places Aggregate API Client Library for Java
22

3-
Places Insights API.
3+
Places Aggregate API.
44

5-
This page contains information about getting started with the Places Insights API
5+
This page contains information about getting started with the Places Aggregate API
66
using the Google API Client Library for Java. In addition, you may be interested
77
in the following documentation:
88

9-
* Browse the [Javadoc reference for the Places Insights API][javadoc]
9+
* Browse the [Javadoc reference for the Places Aggregate API][javadoc]
1010
* Read the [Developer's Guide for the Google API Client Library for Java][google-api-client].
11-
* Interact with this API in your browser using the [APIs Explorer for the Places Insights API][api-explorer]
11+
* Interact with this API in your browser using the [APIs Explorer for the Places Aggregate API][api-explorer]
1212

1313
## Installation
1414

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

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Service definition for AreaInsights (v1).
2121
*
2222
* <p>
23-
* Places Insights API.
23+
* Places Aggregate API.
2424
* </p>
2525
*
2626
* <p>
@@ -49,7 +49,7 @@ public class AreaInsights extends com.google.api.client.googleapis.services.json
4949
com.google.api.client.googleapis.GoogleUtils.MAJOR_VERSION >= 2,
5050
"You are currently running with version %s of google-api-client. " +
5151
"You need at least version 1.31.1 of google-api-client to run version " +
52-
"2.0.0 of the Places Insights API library.", com.google.api.client.googleapis.GoogleUtils.VERSION);
52+
"2.0.0 of the Places Aggregate API library.", com.google.api.client.googleapis.GoogleUtils.VERSION);
5353
}
5454

5555
/**
@@ -154,13 +154,13 @@ public V1 v1() {
154154
public class V1 {
155155

156156
/**
157-
* Compute Insights RPC This method lets you retrieve insights about areas using a variaty of filter
158-
* such as: area, place type, operating status, price level and ratings. Currently "count" and
159-
* "places" insights are supported. With "count" insights you can answer questions such as "How many
160-
* restaurant are located in California that are operational, are inexpensive and have an average
161-
* rating of at least 4 stars" (see `insight` enum for more details). With "places" insights, you
162-
* can determine which places match the requested filter. Clients can then use those place resource
163-
* names to fetch more details about each individual place using the Places API.
157+
* This method lets you retrieve insights about areas using a variety of filter such as: area, place
158+
* type, operating status, price level and ratings. Currently "count" and "places" insights are
159+
* supported. With "count" insights you can answer questions such as "How many restaurant are
160+
* located in California that are operational, are inexpensive and have an average rating of at
161+
* least 4 stars" (see `insight` enum for more details). With "places" insights, you can determine
162+
* which places match the requested filter. Clients can then use those place resource names to fetch
163+
* more details about each individual place using the Places API.
164164
*
165165
* Create a request for the method "v1.computeInsights".
166166
*
@@ -181,13 +181,13 @@ public class ComputeInsights extends AreaInsightsRequest<com.google.api.services
181181
private static final String REST_PATH = "v1:computeInsights";
182182

183183
/**
184-
* Compute Insights RPC This method lets you retrieve insights about areas using a variaty of
185-
* filter such as: area, place type, operating status, price level and ratings. Currently "count"
186-
* and "places" insights are supported. With "count" insights you can answer questions such as
187-
* "How many restaurant are located in California that are operational, are inexpensive and have
188-
* an average rating of at least 4 stars" (see `insight` enum for more details). With "places"
189-
* insights, you can determine which places match the requested filter. Clients can then use those
190-
* place resource names to fetch more details about each individual place using the Places API.
184+
* This method lets you retrieve insights about areas using a variety of filter such as: area,
185+
* place type, operating status, price level and ratings. Currently "count" and "places" insights
186+
* are supported. With "count" insights you can answer questions such as "How many restaurant are
187+
* located in California that are operational, are inexpensive and have an average rating of at
188+
* least 4 stars" (see `insight` enum for more details). With "places" insights, you can determine
189+
* which places match the requested filter. Clients can then use those place resource names to
190+
* fetch more details about each individual place using the Places API.
191191
*
192192
* Create a request for the method "v1.computeInsights".
193193
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.areainsights.v1;
1818

1919
/**
20-
* Available OAuth 2.0 scopes for use with the Places Insights API.
20+
* Available OAuth 2.0 scopes for use with the Places Aggregate API.
2121
*
2222
* @since 1.4
2323
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* A circle is defined by a center point and radius in meters.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23-
* transmitted over HTTP when working with the Places Insights API. For a detailed explanation see:
23+
* transmitted over HTTP when working with the Places Aggregate API. For a detailed explanation see:
2424
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2525
* </p>
2626
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Request for the ComputeInsights RPC.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23-
* transmitted over HTTP when working with the Places Insights API. For a detailed explanation see:
23+
* transmitted over HTTP when working with the Places Aggregate API. For a detailed explanation see:
2424
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2525
* </p>
2626
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Response for the ComputeInsights RPC.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23-
* transmitted over HTTP when working with the Places Insights API. For a detailed explanation see:
23+
* transmitted over HTTP when working with the Places Aggregate API. For a detailed explanation see:
2424
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2525
* </p>
2626
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Custom Area.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23-
* transmitted over HTTP when working with the Places Insights API. For a detailed explanation see:
23+
* transmitted over HTTP when working with the Places Aggregate API. For a detailed explanation see:
2424
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2525
* </p>
2626
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Filters for the ComputeInsights RPC.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23-
* transmitted over HTTP when working with the Places Insights API. For a detailed explanation see:
23+
* transmitted over HTTP when working with the Places Aggregate API. For a detailed explanation see:
2424
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2525
* </p>
2626
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* conform to the WGS84 standard. Values must be within normalized ranges.
2323
*
2424
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
25-
* transmitted over HTTP when working with the Places Insights API. For a detailed explanation see:
25+
* transmitted over HTTP when working with the Places Aggregate API. For a detailed explanation see:
2626
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2727
* </p>
2828
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Location filters. Specifies the area of interest for the insight.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23-
* transmitted over HTTP when working with the Places Insights API. For a detailed explanation see:
23+
* transmitted over HTTP when working with the Places Aggregate API. For a detailed explanation see:
2424
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
2525
* </p>
2626
*

0 commit comments

Comments
 (0)