timeseriesinsights_v1.yaml 1.8 KB

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