| OLD | NEW |
| 1 { | 1 { |
| 2 "auth": { | 2 "auth": { |
| 3 "oauth2": { | 3 "oauth2": { |
| 4 "scopes": { | 4 "scopes": { |
| 5 "https://www.googleapis.com/auth/cloud-platform": { | 5 "https://www.googleapis.com/auth/cloud-platform": { |
| 6 "description": "View and manage your data across Google Clou
d Platform services" | 6 "description": "View and manage your data across Google Clou
d Platform services" |
| 7 } | 7 } |
| 8 } | 8 } |
| 9 } | 9 } |
| 10 }, | 10 }, |
| 11 "basePath": "/toolresults/v1beta3/projects/", | 11 "basePath": "/toolresults/v1beta3/projects/", |
| 12 "baseUrl": "https://www.googleapis.com/toolresults/v1beta3/projects/", | 12 "baseUrl": "https://www.googleapis.com/toolresults/v1beta3/projects/", |
| 13 "batchPath": "batch", | 13 "batchPath": "batch/toolresults/v1beta3", |
| 14 "canonicalName": "Tool Results", | 14 "canonicalName": "Tool Results", |
| 15 "description": "Reads and publishes results from Firebase Test Lab.", | 15 "description": "Reads and publishes results from Firebase Test Lab.", |
| 16 "discoveryVersion": "v1", | 16 "discoveryVersion": "v1", |
| 17 "documentationLink": "https://firebase.google.com/docs/test-lab/", | 17 "documentationLink": "https://firebase.google.com/docs/test-lab/", |
| 18 "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/TdjAcGRUDskRBNNbXs3PGqnucOE\"", | 18 "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/v_JZVM80yi8yxAu63mX855kWEUQ\"", |
| 19 "icons": { | 19 "icons": { |
| 20 "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.
png", | 20 "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.
png", |
| 21 "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.
png" | 21 "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.
png" |
| 22 }, | 22 }, |
| 23 "id": "toolresults:v1beta3", | 23 "id": "toolresults:v1beta3", |
| 24 "kind": "discovery#restDescription", | 24 "kind": "discovery#restDescription", |
| 25 "name": "toolresults", | 25 "name": "toolresults", |
| 26 "ownerDomain": "google.com", | 26 "ownerDomain": "google.com", |
| 27 "ownerName": "Google", | 27 "ownerName": "Google", |
| 28 "parameters": { | 28 "parameters": { |
| (...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 386 "$ref": "Execution" | 386 "$ref": "Execution" |
| 387 }, | 387 }, |
| 388 "scopes": [ | 388 "scopes": [ |
| 389 "https://www.googleapis.com/auth/cloud-p
latform" | 389 "https://www.googleapis.com/auth/cloud-p
latform" |
| 390 ] | 390 ] |
| 391 } | 391 } |
| 392 }, | 392 }, |
| 393 "resources": { | 393 "resources": { |
| 394 "clusters": { | 394 "clusters": { |
| 395 "methods": { | 395 "methods": { |
| 396 "get": { |
| 397 "description": "Retrieves a single s
creenshot cluster by its ID", |
| 398 "httpMethod": "GET", |
| 399 "id": "toolresults.projects.historie
s.executions.clusters.get", |
| 400 "parameterOrder": [ |
| 401 "projectId", |
| 402 "historyId", |
| 403 "executionId", |
| 404 "clusterId" |
| 405 ], |
| 406 "parameters": { |
| 407 "clusterId": { |
| 408 "description": "A Cluster id
\n\nRequired.", |
| 409 "location": "path", |
| 410 "required": true, |
| 411 "type": "string" |
| 412 }, |
| 413 "executionId": { |
| 414 "description": "An Execution
id.\n\nRequired.", |
| 415 "location": "path", |
| 416 "required": true, |
| 417 "type": "string" |
| 418 }, |
| 419 "historyId": { |
| 420 "description": "A History id
.\n\nRequired.", |
| 421 "location": "path", |
| 422 "required": true, |
| 423 "type": "string" |
| 424 }, |
| 425 "projectId": { |
| 426 "description": "A Project id
.\n\nRequired.", |
| 427 "location": "path", |
| 428 "required": true, |
| 429 "type": "string" |
| 430 } |
| 431 }, |
| 432 "path": "{projectId}/histories/{hist
oryId}/executions/{executionId}/clusters/{clusterId}", |
| 433 "response": { |
| 434 "$ref": "ScreenshotCluster" |
| 435 } |
| 436 }, |
| 396 "list": { | 437 "list": { |
| 397 "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.", | 438 "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.", |
| 398 "httpMethod": "GET", | 439 "httpMethod": "GET", |
| 399 "id": "toolresults.projects.historie
s.executions.clusters.list", | 440 "id": "toolresults.projects.historie
s.executions.clusters.list", |
| 400 "parameterOrder": [ | 441 "parameterOrder": [ |
| 401 "projectId", | 442 "projectId", |
| 402 "historyId", | 443 "historyId", |
| 403 "executionId" | 444 "executionId" |
| 404 ], | 445 ], |
| 405 "parameters": { | 446 "parameters": { |
| (...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 709 }, | 750 }, |
| 710 "scopes": [ | 751 "scopes": [ |
| 711 "https://www.googleapis.com/auth
/cloud-platform" | 752 "https://www.googleapis.com/auth
/cloud-platform" |
| 712 ] | 753 ] |
| 713 } | 754 } |
| 714 }, | 755 }, |
| 715 "resources": { | 756 "resources": { |
| 716 "perfMetricsSummary": { | 757 "perfMetricsSummary": { |
| 717 "methods": { | 758 "methods": { |
| 718 "create": { | 759 "create": { |
| 719 "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", | 760 "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", |
| 720 "httpMethod": "POST", | 761 "httpMethod": "POST", |
| 721 "id": "toolresults.projects.
histories.executions.steps.perfMetricsSummary.create", | 762 "id": "toolresults.projects.
histories.executions.steps.perfMetricsSummary.create", |
| 722 "parameterOrder": [ | 763 "parameterOrder": [ |
| 723 "projectId", | 764 "projectId", |
| 724 "historyId", | 765 "historyId", |
| 725 "executionId", | 766 "executionId", |
| 726 "stepId" | 767 "stepId" |
| 727 ], | 768 ], |
| 728 "parameters": { | 769 "parameters": { |
| 729 "executionId": { | 770 "executionId": { |
| (...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1113 } | 1154 } |
| 1114 } | 1155 } |
| 1115 } | 1156 } |
| 1116 } | 1157 } |
| 1117 } | 1158 } |
| 1118 } | 1159 } |
| 1119 } | 1160 } |
| 1120 } | 1161 } |
| 1121 } | 1162 } |
| 1122 }, | 1163 }, |
| 1123 "revision": "20170818", | 1164 "revision": "20170908", |
| 1124 "rootUrl": "https://www.googleapis.com/", | 1165 "rootUrl": "https://www.googleapis.com/", |
| 1125 "schemas": { | 1166 "schemas": { |
| 1126 "AndroidAppInfo": { | 1167 "AndroidAppInfo": { |
| 1127 "description": "Android app information.", | 1168 "description": "Android app information.", |
| 1128 "id": "AndroidAppInfo", | 1169 "id": "AndroidAppInfo", |
| 1129 "properties": { | 1170 "properties": { |
| 1130 "name": { | 1171 "name": { |
| 1131 "description": "The name of the app. Optional", | 1172 "description": "The name of the app. Optional", |
| 1132 "type": "string" | 1173 "type": "string" |
| 1133 }, | 1174 }, |
| (...skipping 1204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2338 "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" | 2379 "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" |
| 2339 } | 2380 } |
| 2340 }, | 2381 }, |
| 2341 "type": "object" | 2382 "type": "object" |
| 2342 } | 2383 } |
| 2343 }, | 2384 }, |
| 2344 "servicePath": "toolresults/v1beta3/projects/", | 2385 "servicePath": "toolresults/v1beta3/projects/", |
| 2345 "title": "Cloud Tool Results API", | 2386 "title": "Cloud Tool Results API", |
| 2346 "version": "v1beta3" | 2387 "version": "v1beta3" |
| 2347 } | 2388 } |
| OLD | NEW |