mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-20 13:27:47 +02:00
docs: A comment for service AreaInsights is changed
docs: A comment for method `ComputeInsights` in service `AreaInsights` is changed PiperOrigin-RevId: 750625739
This commit is contained in:
parent
43d656580b
commit
c8f09eb336
2 changed files with 4 additions and 6 deletions
|
|
@ -34,15 +34,13 @@ option (google.api.resource_definition) = {
|
|||
pattern: "places/{place_id}"
|
||||
};
|
||||
|
||||
// Service definition for the Places Insights API.
|
||||
// Service definition for the Places Aggregate RPC.
|
||||
service AreaInsights {
|
||||
option (google.api.default_host) = "areainsights.googleapis.com";
|
||||
option (google.api.oauth_scopes) =
|
||||
"https://www.googleapis.com/auth/cloud-platform";
|
||||
|
||||
// Compute Insights RPC
|
||||
//
|
||||
// This method lets you retrieve insights about areas using a variaty of
|
||||
// This method lets you retrieve insights about areas using a variety of
|
||||
// filter such as: area, place type, operating status, price level
|
||||
// and ratings. Currently "count" and "places" insights are supported. With
|
||||
// "count" insights you can answer questions such as "How many restaurant are
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
type: google.api.Service
|
||||
config_version: 3
|
||||
name: areainsights.googleapis.com
|
||||
title: Places Insights API
|
||||
title: Places Aggregate API
|
||||
|
||||
apis:
|
||||
- name: google.maps.areainsights.v1.AreaInsights
|
||||
|
||||
documentation:
|
||||
summary: Places Insights API.
|
||||
summary: Places Aggregate API.
|
||||
|
||||
authentication:
|
||||
rules:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue