Skip to content

Commit

Permalink
chore: regenerate API index
Browse files Browse the repository at this point in the history
  • Loading branch information
Google APIs committed Jun 15, 2021
1 parent 0481138 commit 438bb44
Showing 1 changed file with 107 additions and 0 deletions.
107 changes: 107 additions & 0 deletions api-index-v1.json
Expand Up @@ -57536,6 +57536,113 @@
}
]
},
{
"id": "google.devtools.testing.v1",
"directory": "google/devtools/testing/v1",
"version": "v1",
"majorVersion": "v1",
"hostName": "testing.googleapis.com",
"title": "Cloud Testing API",
"description": "Allows developers to run automated tests for their mobile applications on Google infrastructure.",
"importDirectories": [
"google/api",
"google/devtools/testing/v1",
"google/protobuf",
"google/type"
],
"options": {
"java_package": {
"valueCounts": {
"com.google.devtools.testing.v1": 3
}
},
"java_multiple_files": {
"valueCounts": {
"true": 3
}
},
"go_package": {
"valueCounts": {
"google.golang.org/genproto/googleapis/devtools/testing/v1;testing": 3
}
}
},
"services": [
{
"shortName": "ApplicationDetailService",
"fullName": "google.devtools.testing.v1.ApplicationDetailService",
"methods": [
{
"shortName": "GetApkDetails",
"fullName": "google.devtools.testing.v1.ApplicationDetailService.GetApkDetails",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/applicationDetailService/getApkDetails"
}
]
}
]
},
{
"shortName": "TestEnvironmentDiscoveryService",
"fullName": "google.devtools.testing.v1.TestEnvironmentDiscoveryService",
"methods": [
{
"shortName": "GetTestEnvironmentCatalog",
"fullName": "google.devtools.testing.v1.TestEnvironmentDiscoveryService.GetTestEnvironmentCatalog",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/testEnvironmentCatalog/{environment_type}"
}
]
}
]
},
{
"shortName": "TestExecutionService",
"fullName": "google.devtools.testing.v1.TestExecutionService",
"methods": [
{
"shortName": "CancelTestMatrix",
"fullName": "google.devtools.testing.v1.TestExecutionService.CancelTestMatrix",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/projects/{project_id}/testMatrices/{test_matrix_id}:cancel"
}
]
},
{
"shortName": "CreateTestMatrix",
"fullName": "google.devtools.testing.v1.TestExecutionService.CreateTestMatrix",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/projects/{project_id}/testMatrices"
}
]
},
{
"shortName": "GetTestMatrix",
"fullName": "google.devtools.testing.v1.TestExecutionService.GetTestMatrix",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/projects/{project_id}/testMatrices/{test_matrix_id}"
}
]
}
]
}
]
},
{
"id": "google.firestore.admin.v1",
"directory": "google/firestore/admin/v1",
Expand Down

0 comments on commit 438bb44

Please sign in to comment.