1type: google.api.Service 2config_version: 3 3name: timeseriesinsights.googleapis.com 4title: Timeseries Insights API 5 6apis: 7- name: google.cloud.location.Locations 8- name: google.cloud.timeseriesinsights.v1.TimeseriesInsightsController 9 10documentation: 11 summary: |- 12 Provides a Timeseries Insights service which operates over time series 13 data. Users can perform time series spike, trend, and anomaly detection. 14 With a straightforward API and easy to understand results, the service 15 makes it simple to gather insights from large amounts of time series data 16 (e.g. monitoring datasets) and integrate these insights in their 17 applications. 18 rules: 19 - selector: google.cloud.location.Locations.GetLocation 20 description: Gets information about a location. 21 22 - selector: google.cloud.location.Locations.ListLocations 23 description: Lists information about the supported locations for this service. 24 25backend: 26 rules: 27 - selector: google.cloud.location.Locations.GetLocation 28 deadline: 10.0 29 - selector: google.cloud.location.Locations.ListLocations 30 deadline: 10.0 31 - selector: 'google.cloud.timeseriesinsights.v1.TimeseriesInsightsController.*' 32 deadline: 10.0 33 - selector: google.cloud.timeseriesinsights.v1.TimeseriesInsightsController.QueryDataSet 34 deadline: 300.0 35 36authentication: 37 rules: 38 - selector: google.cloud.location.Locations.GetLocation 39 oauth: 40 canonical_scopes: |- 41 https://www.googleapis.com/auth/cloud-platform 42 - selector: google.cloud.location.Locations.ListLocations 43 oauth: 44 canonical_scopes: |- 45 https://www.googleapis.com/auth/cloud-platform 46 - selector: 'google.cloud.timeseriesinsights.v1.TimeseriesInsightsController.*' 47 oauth: 48 canonical_scopes: |- 49 https://www.googleapis.com/auth/cloud-platform 50