testing_v1.yaml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. type: google.api.Service
  2. config_version: 3
  3. name: testing.googleapis.com
  4. title: Cloud Testing API
  5. apis:
  6. - name: google.devtools.testing.v1.ApplicationDetailService
  7. - name: google.devtools.testing.v1.TestEnvironmentDiscoveryService
  8. - name: google.devtools.testing.v1.TestExecutionService
  9. documentation:
  10. summary: |-
  11. Allows developers to run automated tests for their mobile applications on
  12. Google infrastructure.
  13. authentication:
  14. rules:
  15. - selector: google.devtools.testing.v1.ApplicationDetailService.GetApkDetails
  16. oauth:
  17. canonical_scopes: |-
  18. https://www.googleapis.com/auth/cloud-platform
  19. - selector: google.devtools.testing.v1.TestEnvironmentDiscoveryService.GetTestEnvironmentCatalog
  20. oauth:
  21. canonical_scopes: |-
  22. https://www.googleapis.com/auth/cloud-platform,
  23. https://www.googleapis.com/auth/cloud-platform.read-only
  24. - selector: google.devtools.testing.v1.TestExecutionService.CancelTestMatrix
  25. oauth:
  26. canonical_scopes: |-
  27. https://www.googleapis.com/auth/cloud-platform
  28. - selector: google.devtools.testing.v1.TestExecutionService.CreateTestMatrix
  29. oauth:
  30. canonical_scopes: |-
  31. https://www.googleapis.com/auth/cloud-platform
  32. - selector: google.devtools.testing.v1.TestExecutionService.GetTestMatrix
  33. oauth:
  34. canonical_scopes: |-
  35. https://www.googleapis.com/auth/cloud-platform,
  36. https://www.googleapis.com/auth/cloud-platform.read-only