monitoring.yaml 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. type: google.api.Service
  2. config_version: 3
  3. name: monitoring.googleapis.com
  4. title: Cloud Monitoring API
  5. apis:
  6. - name: google.monitoring.metricsscope.v1.MetricsScopes
  7. types:
  8. - name: google.monitoring.metricsscope.v1.OperationMetadata
  9. documentation:
  10. summary: |-
  11. Manages your Cloud Monitoring data and configurations. Most projects must
  12. be associated with a Workspace, with a few exceptions as noted on the
  13. individual method pages. The table entries below are presented in
  14. alphabetical order, not in order of common use. For explanations of the
  15. concepts found in the table entries, read the [Cloud Monitoring
  16. documentation](https://cloud.google.com/monitoring/docs).
  17. authentication:
  18. rules:
  19. - selector: google.longrunning.Operations.GetOperation
  20. oauth:
  21. canonical_scopes: |-
  22. https://www.googleapis.com/auth/cloud-platform,
  23. https://www.googleapis.com/auth/monitoring,
  24. https://www.googleapis.com/auth/monitoring.read
  25. - selector: google.monitoring.metricsscope.v1.MetricsScopes.CreateMonitoredProject
  26. oauth:
  27. canonical_scopes: |-
  28. https://www.googleapis.com/auth/cloud-platform,
  29. https://www.googleapis.com/auth/monitoring,
  30. https://www.googleapis.com/auth/monitoring.write
  31. - selector: google.monitoring.metricsscope.v1.MetricsScopes.DeleteMonitoredProject
  32. oauth:
  33. canonical_scopes: |-
  34. https://www.googleapis.com/auth/cloud-platform,
  35. https://www.googleapis.com/auth/monitoring,
  36. https://www.googleapis.com/auth/monitoring.write
  37. - selector: google.monitoring.metricsscope.v1.MetricsScopes.GetMetricsScope
  38. oauth:
  39. canonical_scopes: |-
  40. https://www.googleapis.com/auth/cloud-platform,
  41. https://www.googleapis.com/auth/monitoring,
  42. https://www.googleapis.com/auth/monitoring.read
  43. - selector: google.monitoring.metricsscope.v1.MetricsScopes.ListMetricsScopesByMonitoredProject
  44. oauth:
  45. canonical_scopes: |-
  46. https://www.googleapis.com/auth/cloud-platform,
  47. https://www.googleapis.com/auth/monitoring,
  48. https://www.googleapis.com/auth/monitoring.read