OLD | NEW |
1 { | 1 { |
2 "basePath": "/toolresults/v1beta3firstparty/projects/", | 2 "basePath": "/toolresults/v1beta3firstparty/projects/", |
3 "baseUrl": "https://www.googleapis.com/toolresults/v1beta3firstparty/project
s/", | 3 "baseUrl": "https://www.googleapis.com/toolresults/v1beta3firstparty/project
s/", |
4 "batchPath": "batch", | 4 "batchPath": "batch/toolresults/v1beta3firstparty", |
5 "canonicalName": "Tool Results", | 5 "canonicalName": "Tool Results", |
6 "description": "Reads and publishes results from Firebase Test Lab.", | 6 "description": "Reads and publishes results from Firebase Test Lab.", |
7 "discoveryVersion": "v1", | 7 "discoveryVersion": "v1", |
8 "documentationLink": "https://firebase.google.com/docs/test-lab/", | 8 "documentationLink": "https://firebase.google.com/docs/test-lab/", |
9 "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/dlMcK_O5qqvy3yxCr-z4e9qy7Xs\"", | 9 "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/vZZvY1XaC4dvd6PicIBLoeGlVlc\"", |
10 "icons": { | 10 "icons": { |
11 "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.
png", | 11 "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.
png", |
12 "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.
png" | 12 "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.
png" |
13 }, | 13 }, |
14 "id": "toolresults:v1beta3firstparty", | 14 "id": "toolresults:v1beta3firstparty", |
15 "kind": "discovery#restDescription", | 15 "kind": "discovery#restDescription", |
16 "name": "toolresults", | 16 "name": "toolresults", |
17 "ownerDomain": "google.com", | 17 "ownerDomain": "google.com", |
18 "ownerName": "Google", | 18 "ownerName": "Google", |
19 "parameters": { | 19 "parameters": { |
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
350 "$ref": "Execution" | 350 "$ref": "Execution" |
351 }, | 351 }, |
352 "response": { | 352 "response": { |
353 "$ref": "Execution" | 353 "$ref": "Execution" |
354 } | 354 } |
355 } | 355 } |
356 }, | 356 }, |
357 "resources": { | 357 "resources": { |
358 "clusters": { | 358 "clusters": { |
359 "methods": { | 359 "methods": { |
| 360 "get": { |
| 361 "description": "Retrieves a single s
creenshot cluster by its ID", |
| 362 "httpMethod": "GET", |
| 363 "id": "toolresults.projects.historie
s.executions.clusters.get", |
| 364 "parameterOrder": [ |
| 365 "projectId", |
| 366 "historyId", |
| 367 "executionId", |
| 368 "clusterId" |
| 369 ], |
| 370 "parameters": { |
| 371 "clusterId": { |
| 372 "description": "A Cluster id
\n\nRequired.", |
| 373 "location": "path", |
| 374 "required": true, |
| 375 "type": "string" |
| 376 }, |
| 377 "executionId": { |
| 378 "description": "An Execution
id.\n\nRequired.", |
| 379 "location": "path", |
| 380 "required": true, |
| 381 "type": "string" |
| 382 }, |
| 383 "historyId": { |
| 384 "description": "A History id
.\n\nRequired.", |
| 385 "location": "path", |
| 386 "required": true, |
| 387 "type": "string" |
| 388 }, |
| 389 "projectId": { |
| 390 "description": "A Project id
.\n\nRequired.", |
| 391 "location": "path", |
| 392 "required": true, |
| 393 "type": "string" |
| 394 } |
| 395 }, |
| 396 "path": "{projectId}/histories/{hist
oryId}/executions/{executionId}/clusters/{clusterId}", |
| 397 "response": { |
| 398 "$ref": "ScreenshotCluster" |
| 399 } |
| 400 }, |
360 "list": { | 401 "list": { |
361 "description": "Lists Screenshot Clu
sters\n\nReturns the list of screenshot clusters corresponding to an execution.
Screenshot clusters are created after the execution is finished. Clusters are cr
eated from a set of screenshots. Between any two screenshots, a matching score i
s calculated based off their metadata that determines how similar they are. Scre
enshots are placed in the cluster that has screens which have the highest matchi
ng scores.", | 402 "description": "Lists Screenshot Clu
sters\n\nReturns the list of screenshot clusters corresponding to an execution.
Screenshot clusters are created after the execution is finished. Clusters are cr
eated from a set of screenshots. Between any two screenshots, a matching score i
s calculated based off their metadata that determines how similar they are. Scre
enshots are placed in the cluster that has screens which have the highest matchi
ng scores.", |
362 "httpMethod": "GET", | 403 "httpMethod": "GET", |
363 "id": "toolresults.projects.historie
s.executions.clusters.list", | 404 "id": "toolresults.projects.historie
s.executions.clusters.list", |
364 "parameterOrder": [ | 405 "parameterOrder": [ |
365 "projectId", | 406 "projectId", |
366 "historyId", | 407 "historyId", |
367 "executionId" | 408 "executionId" |
368 ], | 409 ], |
369 "parameters": { | 410 "parameters": { |
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
655 }, | 696 }, |
656 "response": { | 697 "response": { |
657 "$ref": "Step" | 698 "$ref": "Step" |
658 } | 699 } |
659 } | 700 } |
660 }, | 701 }, |
661 "resources": { | 702 "resources": { |
662 "perfMetricsSummary": { | 703 "perfMetricsSummary": { |
663 "methods": { | 704 "methods": { |
664 "create": { | 705 "create": { |
665 "description": "Creates a Pe
rfMetricsSummary resource.\n\nMay return any of the following error code(s): - A
LREADY_EXISTS - A PerfMetricSummary already exists for the given Step - NOT_FOUN
D - The containing Step does not exist", | 706 "description": "Creates a Pe
rfMetricsSummary resource. Returns the existing one if it has already been creat
ed.\n\nMay return any of the following error code(s): - NOT_FOUND - The containi
ng Step does not exist", |
666 "httpMethod": "POST", | 707 "httpMethod": "POST", |
667 "id": "toolresults.projects.
histories.executions.steps.perfMetricsSummary.create", | 708 "id": "toolresults.projects.
histories.executions.steps.perfMetricsSummary.create", |
668 "parameterOrder": [ | 709 "parameterOrder": [ |
669 "projectId", | 710 "projectId", |
670 "historyId", | 711 "historyId", |
671 "executionId", | 712 "executionId", |
672 "stepId" | 713 "stepId" |
673 ], | 714 ], |
674 "parameters": { | 715 "parameters": { |
675 "executionId": { | 716 "executionId": { |
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1038 } | 1079 } |
1039 } | 1080 } |
1040 } | 1081 } |
1041 } | 1082 } |
1042 } | 1083 } |
1043 } | 1084 } |
1044 } | 1085 } |
1045 } | 1086 } |
1046 } | 1087 } |
1047 }, | 1088 }, |
1048 "revision": "20170818", | 1089 "revision": "20170908", |
1049 "rootUrl": "https://www.googleapis.com/", | 1090 "rootUrl": "https://www.googleapis.com/", |
1050 "schemas": { | 1091 "schemas": { |
1051 "AndroidAppInfo": { | 1092 "AndroidAppInfo": { |
1052 "description": "Android app information.", | 1093 "description": "Android app information.", |
1053 "id": "AndroidAppInfo", | 1094 "id": "AndroidAppInfo", |
1054 "properties": { | 1095 "properties": { |
1055 "name": { | 1096 "name": { |
1056 "description": "The name of the app. Optional", | 1097 "description": "The name of the app. Optional", |
1057 "type": "string" | 1098 "type": "string" |
1058 }, | 1099 }, |
(...skipping 1204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2263 "description": "The test case to which this output file belo
ngs.\n\n- In response: present if set by create/update request - In create/updat
e request: optional" | 2304 "description": "The test case to which this output file belo
ngs.\n\n- In response: present if set by create/update request - In create/updat
e request: optional" |
2264 } | 2305 } |
2265 }, | 2306 }, |
2266 "type": "object" | 2307 "type": "object" |
2267 } | 2308 } |
2268 }, | 2309 }, |
2269 "servicePath": "toolresults/v1beta3firstparty/projects/", | 2310 "servicePath": "toolresults/v1beta3firstparty/projects/", |
2270 "title": "Cloud Tool Results firstparty API", | 2311 "title": "Cloud Tool Results firstparty API", |
2271 "version": "v1beta3firstparty" | 2312 "version": "v1beta3firstparty" |
2272 } | 2313 } |
OLD | NEW |