| Index: discovery/googleapis_beta/toolresults__v1beta3firstparty.json
|
| diff --git a/discovery/googleapis_beta/toolresults__v1beta3firstparty.json b/discovery/googleapis_beta/toolresults__v1beta3firstparty.json
|
| index a9dabbb65350d6d7c168a11505a8d6bea12658fe..6802b5d207b44a995f4faf1f98b8f145dd79fabd 100644
|
| --- a/discovery/googleapis_beta/toolresults__v1beta3firstparty.json
|
| +++ b/discovery/googleapis_beta/toolresults__v1beta3firstparty.json
|
| @@ -1,12 +1,12 @@
|
| {
|
| "basePath": "/toolresults/v1beta3firstparty/projects/",
|
| "baseUrl": "https://www.googleapis.com/toolresults/v1beta3firstparty/projects/",
|
| - "batchPath": "batch",
|
| + "batchPath": "batch/toolresults/v1beta3firstparty",
|
| "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/dlMcK_O5qqvy3yxCr-z4e9qy7Xs\"",
|
| + "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/vZZvY1XaC4dvd6PicIBLoeGlVlc\"",
|
| "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"
|
| @@ -357,6 +357,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",
|
| @@ -662,7 +703,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": [
|
| @@ -1045,7 +1086,7 @@
|
| }
|
| }
|
| },
|
| - "revision": "20170818",
|
| + "revision": "20170908",
|
| "rootUrl": "https://www.googleapis.com/",
|
| "schemas": {
|
| "AndroidAppInfo": {
|
|
|