| Index: discovery/googleapis_beta/toolresults__v1beta3.json
|
| diff --git a/discovery/googleapis_beta/toolresults__v1beta3.json b/discovery/googleapis_beta/toolresults__v1beta3.json
|
| index 3b2531d232046db61ec42c214b9f9d181a51eea9..83999c8d002fb8dda4ef94ba08afa72283044c67 100644
|
| --- a/discovery/googleapis_beta/toolresults__v1beta3.json
|
| +++ b/discovery/googleapis_beta/toolresults__v1beta3.json
|
| @@ -10,12 +10,12 @@
|
| },
|
| "basePath": "/toolresults/v1beta3/projects/",
|
| "baseUrl": "https://www.googleapis.com/toolresults/v1beta3/projects/",
|
| - "batchPath": "batch",
|
| + "batchPath": "batch/toolresults/v1beta3",
|
| "canonicalName": "Tool Results",
|
| "description": "Reads and publishes results from Firebase Test Lab.",
|
| "discoveryVersion": "v1",
|
| "documentationLink": "https://firebase.google.com/docs/test-lab/",
|
| - "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/TdjAcGRUDskRBNNbXs3PGqnucOE\"",
|
| + "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/v_JZVM80yi8yxAu63mX855kWEUQ\"",
|
| "icons": {
|
| "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
|
| "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
|
| @@ -393,6 +393,47 @@
|
| "resources": {
|
| "clusters": {
|
| "methods": {
|
| + "get": {
|
| + "description": "Retrieves a single screenshot cluster by its ID",
|
| + "httpMethod": "GET",
|
| + "id": "toolresults.projects.histories.executions.clusters.get",
|
| + "parameterOrder": [
|
| + "projectId",
|
| + "historyId",
|
| + "executionId",
|
| + "clusterId"
|
| + ],
|
| + "parameters": {
|
| + "clusterId": {
|
| + "description": "A Cluster id\n\nRequired.",
|
| + "location": "path",
|
| + "required": true,
|
| + "type": "string"
|
| + },
|
| + "executionId": {
|
| + "description": "An Execution id.\n\nRequired.",
|
| + "location": "path",
|
| + "required": true,
|
| + "type": "string"
|
| + },
|
| + "historyId": {
|
| + "description": "A History id.\n\nRequired.",
|
| + "location": "path",
|
| + "required": true,
|
| + "type": "string"
|
| + },
|
| + "projectId": {
|
| + "description": "A Project id.\n\nRequired.",
|
| + "location": "path",
|
| + "required": true,
|
| + "type": "string"
|
| + }
|
| + },
|
| + "path": "{projectId}/histories/{historyId}/executions/{executionId}/clusters/{clusterId}",
|
| + "response": {
|
| + "$ref": "ScreenshotCluster"
|
| + }
|
| + },
|
| "list": {
|
| "description": "Lists Screenshot Clusters\n\nReturns the list of screenshot clusters corresponding to an execution. Screenshot clusters are created after the execution is finished. Clusters are created from a set of screenshots. Between any two screenshots, a matching score is calculated based off their metadata that determines how similar they are. Screenshots are placed in the cluster that has screens which have the highest matching scores.",
|
| "httpMethod": "GET",
|
| @@ -716,7 +757,7 @@
|
| "perfMetricsSummary": {
|
| "methods": {
|
| "create": {
|
| - "description": "Creates a PerfMetricsSummary resource.\n\nMay return any of the following error code(s): - ALREADY_EXISTS - A PerfMetricSummary already exists for the given Step - NOT_FOUND - The containing Step does not exist",
|
| + "description": "Creates a PerfMetricsSummary resource. Returns the existing one if it has already been created.\n\nMay return any of the following error code(s): - NOT_FOUND - The containing Step does not exist",
|
| "httpMethod": "POST",
|
| "id": "toolresults.projects.histories.executions.steps.perfMetricsSummary.create",
|
| "parameterOrder": [
|
| @@ -1120,7 +1161,7 @@
|
| }
|
| }
|
| },
|
| - "revision": "20170818",
|
| + "revision": "20170908",
|
| "rootUrl": "https://www.googleapis.com/",
|
| "schemas": {
|
| "AndroidAppInfo": {
|
|
|