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