Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(372)

Unified Diff: discovery/googleapis_beta/toolresults__v1beta3firstparty.json

Issue 3006323002: Api-Roll 54: 2017-09-11 (Closed)
Patch Set: use 2.0.0-dev.infinity sdk constraint in pubspecs Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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": {
« no previous file with comments | « discovery/googleapis_beta/toolresults__v1beta3.json ('k') | discovery/googleapis_beta/videointelligence__v1beta1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698