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