| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 43d6565 commit c8f09eb
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -34,15 +34,13 @@ option (google.api.resource_definition) = { | |||
| 34 | 34 | pattern: "places/{place_id}" | |
| 35 | 35 | }; | |
| 36 | 36 | ||
| 37 | - // Service definition for the Places Insights API. | ||
| 37 | + // Service definition for the Places Aggregate RPC. | ||
| 38 | 38 | service AreaInsights { | |
| 39 | 39 | option (google.api.default_host) = "areainsights.googleapis.com"; | |
| 40 | 40 | option (google.api.oauth_scopes) = | |
| 41 | 41 | "https://www.googleapis.com/auth/cloud-platform"; | |
| 42 | 42 | ||
| 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 | ||
| 46 | 44 | // filter such as: area, place type, operating status, price level | |
| 47 | 45 | // and ratings. Currently "count" and "places" insights are supported. With | |
| 48 | 46 | // "count" insights you can answer questions such as "How many restaurant are | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,13 +1,13 @@ | |||
| 1 | 1 | type: google.api.Service | |
| 2 | 2 | config_version: 3 | |
| 3 | 3 | name: areainsights.googleapis.com | |
| 4 | - title: Places Insights API | ||
| 4 | + title: Places Aggregate API | ||
| 5 | 5 | ||
| 6 | 6 | apis: | |
| 7 | 7 | - name: google.maps.areainsights.v1.AreaInsights | |
| 8 | 8 | ||
| 9 | 9 | documentation: | |
| 10 | - summary: Places Insights API. | ||
| 10 | + summary: Places Aggregate API. | ||
| 11 | 11 | ||
| 12 | 12 | authentication: | |
| 13 | 13 | rules: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments