Skip to content

Commit c8f09eb

Browse files
Google APIscopybara-github
authored andcommitted
docs: A comment for service AreaInsights is changed
docs: A comment for method `ComputeInsights` in service `AreaInsights` is changed PiperOrigin-RevId: 750625739
1 parent 43d6565 commit c8f09eb

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

google/maps/areainsights/v1/area_insights_service.proto

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,13 @@ option (google.api.resource_definition) = {
3434
pattern: "places/{place_id}"
3535
};
3636

37-
// Service definition for the Places Insights API.
37+
// Service definition for the Places Aggregate RPC.
3838
service AreaInsights {
3939
option (google.api.default_host) = "areainsights.googleapis.com";
4040
option (google.api.oauth_scopes) =
4141
"https://www.googleapis.com/auth/cloud-platform";
4242

43-
// Compute Insights RPC
44-
//
45-
// This method lets you retrieve insights about areas using a variaty of
43+
// This method lets you retrieve insights about areas using a variety of
4644
// filter such as: area, place type, operating status, price level
4745
// and ratings. Currently "count" and "places" insights are supported. With
4846
// "count" insights you can answer questions such as "How many restaurant are

google/maps/areainsights/v1/areainsights_v1.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
type: google.api.Service
22
config_version: 3
33
name: areainsights.googleapis.com
4-
title: Places Insights API
4+
title: Places Aggregate API
55

66
apis:
77
- name: google.maps.areainsights.v1.AreaInsights
88

99
documentation:
10-
summary: Places Insights API.
10+
summary: Places Aggregate API.
1111

1212
authentication:
1313
rules:

0 commit comments

Comments
 (0)