Index: discovery/googleapis_beta/toolresults__v1beta3firstparty.json |
diff --git a/discovery/googleapis_beta/toolresults__v1beta3.json b/discovery/googleapis_beta/toolresults__v1beta3firstparty.json |
similarity index 95% |
copy from discovery/googleapis_beta/toolresults__v1beta3.json |
copy to discovery/googleapis_beta/toolresults__v1beta3firstparty.json |
index 01b50c1fb549c8e73b783dba034cd49815be5867..c6b2444cdba033e836322f4ef45bb77503d28de6 100644 |
--- a/discovery/googleapis_beta/toolresults__v1beta3.json |
+++ b/discovery/googleapis_beta/toolresults__v1beta3firstparty.json |
@@ -1,26 +1,17 @@ |
{ |
- "auth": { |
- "oauth2": { |
- "scopes": { |
- "https://www.googleapis.com/auth/cloud-platform": { |
- "description": "View and manage your data across Google Cloud Platform services" |
- } |
- } |
- } |
- }, |
- "basePath": "/toolresults/v1beta3/projects/", |
- "baseUrl": "https://www.googleapis.com/toolresults/v1beta3/projects/", |
+ "basePath": "/toolresults/v1beta3firstparty/projects/", |
+ "baseUrl": "https://www.googleapis.com/toolresults/v1beta3firstparty/projects/", |
"batchPath": "batch", |
"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/FDX3xIy-YNyTr7nvjDbYZ0L8B80\"", |
+ "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/xxCMFllvdY9r3Y6cCpyoM0GPdao\"", |
"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" |
}, |
- "id": "toolresults:v1beta3", |
+ "id": "toolresults:v1beta3firstparty", |
"kind": "discovery#restDescription", |
"name": "toolresults", |
"ownerDomain": "google.com", |
@@ -92,10 +83,7 @@ |
"path": "{projectId}/settings", |
"response": { |
"$ref": "ProjectSettings" |
- }, |
- "scopes": [ |
- "https://www.googleapis.com/auth/cloud-platform" |
- ] |
+ } |
}, |
"initializeSettings": { |
"description": "Creates resources for settings which have not yet been set.\n\nCurrently, this creates a single resource: a Google Cloud Storage bucket, to be used as the default bucket for this project. The bucket is created in an FTL-own storage project. Except for in rare cases, calling this method in parallel from multiple clients will only create a single bucket. In order to avoid unnecessary storage charges, the bucket is configured to automatically delete objects older than 90 days.\n\nThe bucket is created with the following permissions: - Owner access for owners of central storage project (FTL-owned) - Writer access for owners/editors of customer project - Reader access for viewers of customer project The default ACL on objects created in the bucket is: - Owner access for owners of central storage project - Reader access for owners/editors/viewers of customer project See Google Cloud Storage documentation for more details.\n\nIf there is already a default bucket set and the project can access the bucket, this call does nothing. However, if the project doesn't have the permission to access the bucket or the bucket is deleted, a new bucket will be created.\n\nMay return any canonical error codes, including the following:\n\n- PERMISSION_DENIED - if the user is not authorized to write to project - Any error code raised by Google Cloud Storage", |
@@ -115,10 +103,7 @@ |
"path": "{projectId}:initializeSettings", |
"response": { |
"$ref": "ProjectSettings" |
- }, |
- "scopes": [ |
- "https://www.googleapis.com/auth/cloud-platform" |
- ] |
+ } |
} |
}, |
"resources": { |
@@ -150,10 +135,7 @@ |
}, |
"response": { |
"$ref": "History" |
- }, |
- "scopes": [ |
- "https://www.googleapis.com/auth/cloud-platform" |
- ] |
+ } |
}, |
"get": { |
"description": "Gets a History.\n\nMay return any of the following canonical error codes:\n\n- PERMISSION_DENIED - if the user is not authorized to read project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the History does not exist", |
@@ -180,10 +162,7 @@ |
"path": "{projectId}/histories/{historyId}", |
"response": { |
"$ref": "History" |
- }, |
- "scopes": [ |
- "https://www.googleapis.com/auth/cloud-platform" |
- ] |
+ } |
}, |
"list": { |
"description": "Lists Histories for a given Project.\n\nThe histories are sorted by modification time in descending order. The history_id key will be used to order the history with the same modification time.\n\nMay return any of the following canonical error codes:\n\n- PERMISSION_DENIED - if the user is not authorized to read project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the History does not exist", |
@@ -219,10 +198,7 @@ |
"path": "{projectId}/histories", |
"response": { |
"$ref": "ListHistoriesResponse" |
- }, |
- "scopes": [ |
- "https://www.googleapis.com/auth/cloud-platform" |
- ] |
+ } |
} |
}, |
"resources": { |
@@ -261,10 +237,7 @@ |
}, |
"response": { |
"$ref": "Execution" |
- }, |
- "scopes": [ |
- "https://www.googleapis.com/auth/cloud-platform" |
- ] |
+ } |
}, |
"get": { |
"description": "Gets an Execution.\n\nMay return any of the following canonical error codes:\n\n- PERMISSION_DENIED - if the user is not authorized to write to project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the Execution does not exist", |
@@ -298,10 +271,7 @@ |
"path": "{projectId}/histories/{historyId}/executions/{executionId}", |
"response": { |
"$ref": "Execution" |
- }, |
- "scopes": [ |
- "https://www.googleapis.com/auth/cloud-platform" |
- ] |
+ } |
}, |
"list": { |
"description": "Lists Histories for a given Project.\n\nThe executions are sorted by creation_time in descending order. The execution_id key will be used to order the executions with the same creation_time.\n\nMay return any of the following canonical error codes:\n\n- PERMISSION_DENIED - if the user is not authorized to read project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the containing History does not exist", |
@@ -339,10 +309,7 @@ |
"path": "{projectId}/histories/{historyId}/executions", |
"response": { |
"$ref": "ListExecutionsResponse" |
- }, |
- "scopes": [ |
- "https://www.googleapis.com/auth/cloud-platform" |
- ] |
+ } |
}, |
"patch": { |
"description": "Updates an existing Execution with the supplied partial entity.\n\nMay return any of the following canonical error codes:\n\n- PERMISSION_DENIED - if the user is not authorized to write to project - INVALID_ARGUMENT - if the request is malformed - FAILED_PRECONDITION - if the requested state transition is illegal - NOT_FOUND - if the containing History does not exist", |
@@ -384,10 +351,7 @@ |
}, |
"response": { |
"$ref": "Execution" |
- }, |
- "scopes": [ |
- "https://www.googleapis.com/auth/cloud-platform" |
- ] |
+ } |
} |
}, |
"resources": { |
@@ -433,10 +397,7 @@ |
}, |
"response": { |
"$ref": "Step" |
- }, |
- "scopes": [ |
- "https://www.googleapis.com/auth/cloud-platform" |
- ] |
+ } |
}, |
"get": { |
"description": "Gets a Step.\n\nMay return any of the following canonical error codes:\n\n- PERMISSION_DENIED - if the user is not authorized to read project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the Step does not exist", |
@@ -477,10 +438,7 @@ |
"path": "{projectId}/histories/{historyId}/executions/{executionId}/steps/{stepId}", |
"response": { |
"$ref": "Step" |
- }, |
- "scopes": [ |
- "https://www.googleapis.com/auth/cloud-platform" |
- ] |
+ } |
}, |
"getPerfMetricsSummary": { |
"description": "Retrieves a PerfMetricsSummary.\n\nMay return any of the following error code(s): - NOT_FOUND - The specified PerfMetricsSummary does not exist", |
@@ -521,10 +479,7 @@ |
"path": "{projectId}/histories/{historyId}/executions/{executionId}/steps/{stepId}/perfMetricsSummary", |
"response": { |
"$ref": "PerfMetricsSummary" |
- }, |
- "scopes": [ |
- "https://www.googleapis.com/auth/cloud-platform" |
- ] |
+ } |
}, |
"list": { |
"description": "Lists Steps for a given Execution.\n\nThe steps are sorted by creation_time in descending order. The step_id key will be used to order the steps with the same creation_time.\n\nMay return any of the following canonical error codes:\n\n- PERMISSION_DENIED - if the user is not authorized to read project - INVALID_ARGUMENT - if the request is malformed - FAILED_PRECONDITION - if an argument in the request happens to be invalid; e.g. if an attempt is made to list the children of a nonexistent Step - NOT_FOUND - if the containing Execution does not exist", |
@@ -569,10 +524,7 @@ |
"path": "{projectId}/histories/{historyId}/executions/{executionId}/steps", |
"response": { |
"$ref": "ListStepsResponse" |
- }, |
- "scopes": [ |
- "https://www.googleapis.com/auth/cloud-platform" |
- ] |
+ } |
}, |
"patch": { |
"description": "Updates an existing Step with the supplied partial entity.\n\nMay return any of the following canonical error codes:\n\n- PERMISSION_DENIED - if the user is not authorized to write project - INVALID_ARGUMENT - if the request is malformed - FAILED_PRECONDITION - if the requested state transition is illegal (e.g try to upload a duplicate xml file), if the updated step is too large (more than 10Mib) - NOT_FOUND - if the containing Execution does not exist", |
@@ -621,10 +573,7 @@ |
}, |
"response": { |
"$ref": "Step" |
- }, |
- "scopes": [ |
- "https://www.googleapis.com/auth/cloud-platform" |
- ] |
+ } |
}, |
"publishXunitXmlFiles": { |
"description": "Publish xml files to an existing Step.\n\nMay return any of the following canonical error codes:\n\n- PERMISSION_DENIED - if the user is not authorized to write project - INVALID_ARGUMENT - if the request is malformed - FAILED_PRECONDITION - if the requested state transition is illegal, e.g try to upload a duplicate xml file or a file too large. - NOT_FOUND - if the containing Execution does not exist", |
@@ -668,10 +617,7 @@ |
}, |
"response": { |
"$ref": "Step" |
- }, |
- "scopes": [ |
- "https://www.googleapis.com/auth/cloud-platform" |
- ] |
+ } |
} |
}, |
"resources": { |
@@ -719,10 +665,7 @@ |
}, |
"response": { |
"$ref": "PerfMetricsSummary" |
- }, |
- "scopes": [ |
- "https://www.googleapis.com/auth/cloud-platform" |
- ] |
+ } |
} |
} |
}, |
@@ -770,10 +713,7 @@ |
}, |
"response": { |
"$ref": "PerfSampleSeries" |
- }, |
- "scopes": [ |
- "https://www.googleapis.com/auth/cloud-platform" |
- ] |
+ } |
}, |
"get": { |
"description": "Gets a PerfSampleSeries.\n\nMay return any of the following error code(s): - NOT_FOUND - The specified PerfSampleSeries does not exist", |
@@ -821,10 +761,7 @@ |
"path": "{projectId}/histories/{historyId}/executions/{executionId}/steps/{stepId}/perfSampleSeries/{sampleSeriesId}", |
"response": { |
"$ref": "PerfSampleSeries" |
- }, |
- "scopes": [ |
- "https://www.googleapis.com/auth/cloud-platform" |
- ] |
+ } |
}, |
"list": { |
"description": "Lists PerfSampleSeries for a given Step.\n\nThe request provides an optional filter which specifies one or more PerfMetricsType to include in the result; if none returns all. The resulting PerfSampleSeries are sorted by ids.\n\nMay return any of the following canonical error codes: - NOT_FOUND - The containing Step does not exist", |
@@ -885,10 +822,7 @@ |
"path": "{projectId}/histories/{historyId}/executions/{executionId}/steps/{stepId}/perfSampleSeries", |
"response": { |
"$ref": "ListPerfSampleSeriesResponse" |
- }, |
- "scopes": [ |
- "https://www.googleapis.com/auth/cloud-platform" |
- ] |
+ } |
} |
}, |
"resources": { |
@@ -943,10 +877,7 @@ |
}, |
"response": { |
"$ref": "BatchCreatePerfSamplesResponse" |
- }, |
- "scopes": [ |
- "https://www.googleapis.com/auth/cloud-platform" |
- ] |
+ } |
}, |
"list": { |
"description": "Lists the Performance Samples of a given Sample Series - The list results are sorted by timestamps ascending - The default page size is 500 samples; and maximum size allowed 5000 - The response token indicates the last returned PerfSample timestamp - When the results size exceeds the page size, submit a subsequent request including the page token to return the rest of the samples up to the page limit\n\nMay return any of the following canonical error codes: - OUT_OF_RANGE - The specified request page_token is out of valid range - NOT_FOUND - The containing PerfSampleSeries does not exist", |
@@ -1005,10 +936,7 @@ |
"path": "{projectId}/histories/{historyId}/executions/{executionId}/steps/{stepId}/perfSampleSeries/{sampleSeriesId}/samples", |
"response": { |
"$ref": "ListPerfSamplesResponse" |
- }, |
- "scopes": [ |
- "https://www.googleapis.com/auth/cloud-platform" |
- ] |
+ } |
} |
} |
} |
@@ -1066,10 +994,7 @@ |
"path": "{projectId}/histories/{historyId}/executions/{executionId}/steps/{stepId}/thumbnails", |
"response": { |
"$ref": "ListStepThumbnailsResponse" |
- }, |
- "scopes": [ |
- "https://www.googleapis.com/auth/cloud-platform" |
- ] |
+ } |
} |
} |
} |
@@ -1082,7 +1007,7 @@ |
} |
} |
}, |
- "revision": "20170609", |
+ "revision": "20170707", |
"rootUrl": "https://www.googleapis.com/", |
"schemas": { |
"Any": { |
@@ -1101,6 +1026,20 @@ |
}, |
"type": "object" |
}, |
+ "AppStartTime": { |
+ "id": "AppStartTime", |
+ "properties": { |
+ "fullyDrawnTime": { |
+ "$ref": "Duration", |
+ "description": "Optional. The time from app start to reaching the developer-reported \"fully drawn\" time. This is only stored if the app includes a call to Activity.reportFullyDrawn(). See https://developer.android.com/topic/performance/launch-time.html#time-full" |
+ }, |
+ "initialDisplayTime": { |
+ "$ref": "Duration", |
+ "description": "The time from app start to the first displayed activity being drawn, as reported in Logcat. See https://developer.android.com/topic/performance/launch-time.html#time-initial" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
"BasicPerfSampleSeries": { |
"description": "Encapsulates the metadata for basic sample series represented by a line chart", |
"id": "BasicPerfSampleSeries", |
@@ -1552,6 +1491,9 @@ |
"description": "A summary of perf metrics collected and performance environment info", |
"id": "PerfMetricsSummary", |
"properties": { |
+ "appStartTime": { |
+ "$ref": "AppStartTime" |
+ }, |
"executionId": { |
"description": "A tool results execution ID.", |
"type": "string" |
@@ -1711,7 +1653,7 @@ |
"type": "integer" |
}, |
"details": { |
- "description": "A list of messages that carry the error details. There will be a common set of message types for APIs to use.", |
+ "description": "A list of messages that carry the error details. There is a common set of message types for APIs to use.", |
"items": { |
"$ref": "Any" |
}, |
@@ -2066,7 +2008,7 @@ |
"type": "object" |
} |
}, |
- "servicePath": "toolresults/v1beta3/projects/", |
- "title": "Cloud Tool Results API", |
- "version": "v1beta3" |
+ "servicePath": "toolresults/v1beta3firstparty/projects/", |
+ "title": "Cloud Tool Results firstparty API", |
+ "version": "v1beta3firstparty" |
} |