@@ -57536,6 +57536,113 @@
5753657536 }
5753757537 ]
5753857538 },
57539+ {
57540+ "id": "google.devtools.testing.v1",
57541+ "directory": "google/devtools/testing/v1",
57542+ "version": "v1",
57543+ "majorVersion": "v1",
57544+ "hostName": "testing.googleapis.com",
57545+ "title": "Cloud Testing API",
57546+ "description": "Allows developers to run automated tests for their mobile applications on Google infrastructure.",
57547+ "importDirectories": [
57548+ "google/api",
57549+ "google/devtools/testing/v1",
57550+ "google/protobuf",
57551+ "google/type"
57552+ ],
57553+ "options": {
57554+ "java_package": {
57555+ "valueCounts": {
57556+ "com.google.devtools.testing.v1": 3
57557+ }
57558+ },
57559+ "java_multiple_files": {
57560+ "valueCounts": {
57561+ "true": 3
57562+ }
57563+ },
57564+ "go_package": {
57565+ "valueCounts": {
57566+ "google.golang.org/genproto/googleapis/devtools/testing/v1;testing": 3
57567+ }
57568+ }
57569+ },
57570+ "services": [
57571+ {
57572+ "shortName": "ApplicationDetailService",
57573+ "fullName": "google.devtools.testing.v1.ApplicationDetailService",
57574+ "methods": [
57575+ {
57576+ "shortName": "GetApkDetails",
57577+ "fullName": "google.devtools.testing.v1.ApplicationDetailService.GetApkDetails",
57578+ "mode": "UNARY",
57579+ "bindings": [
57580+ {
57581+ "httpMethod": "POST",
57582+ "path": "/v1/applicationDetailService/getApkDetails"
57583+ }
57584+ ]
57585+ }
57586+ ]
57587+ },
57588+ {
57589+ "shortName": "TestEnvironmentDiscoveryService",
57590+ "fullName": "google.devtools.testing.v1.TestEnvironmentDiscoveryService",
57591+ "methods": [
57592+ {
57593+ "shortName": "GetTestEnvironmentCatalog",
57594+ "fullName": "google.devtools.testing.v1.TestEnvironmentDiscoveryService.GetTestEnvironmentCatalog",
57595+ "mode": "UNARY",
57596+ "bindings": [
57597+ {
57598+ "httpMethod": "GET",
57599+ "path": "/v1/testEnvironmentCatalog/{environment_type}"
57600+ }
57601+ ]
57602+ }
57603+ ]
57604+ },
57605+ {
57606+ "shortName": "TestExecutionService",
57607+ "fullName": "google.devtools.testing.v1.TestExecutionService",
57608+ "methods": [
57609+ {
57610+ "shortName": "CancelTestMatrix",
57611+ "fullName": "google.devtools.testing.v1.TestExecutionService.CancelTestMatrix",
57612+ "mode": "UNARY",
57613+ "bindings": [
57614+ {
57615+ "httpMethod": "POST",
57616+ "path": "/v1/projects/{project_id}/testMatrices/{test_matrix_id}:cancel"
57617+ }
57618+ ]
57619+ },
57620+ {
57621+ "shortName": "CreateTestMatrix",
57622+ "fullName": "google.devtools.testing.v1.TestExecutionService.CreateTestMatrix",
57623+ "mode": "UNARY",
57624+ "bindings": [
57625+ {
57626+ "httpMethod": "POST",
57627+ "path": "/v1/projects/{project_id}/testMatrices"
57628+ }
57629+ ]
57630+ },
57631+ {
57632+ "shortName": "GetTestMatrix",
57633+ "fullName": "google.devtools.testing.v1.TestExecutionService.GetTestMatrix",
57634+ "mode": "UNARY",
57635+ "bindings": [
57636+ {
57637+ "httpMethod": "GET",
57638+ "path": "/v1/projects/{project_id}/testMatrices/{test_matrix_id}"
57639+ }
57640+ ]
57641+ }
57642+ ]
57643+ }
57644+ ]
57645+ },
5753957646 {
5754057647 "id": "google.firestore.admin.v1",
5754157648 "directory": "google/firestore/admin/v1",
0 commit comments