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

Side by Side Diff: discovery/googleapis_beta/cloudmonitoring__v2beta2.json

Issue 1078053002: Roll of googleapis as of 4/7/2015. (Closed) Base URL: https://github.com/dart-lang/googleapis.git@master
Patch Set: Created 5 years, 8 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "auth": { 2 "auth": {
3 "oauth2": { 3 "oauth2": {
4 "scopes": { 4 "scopes": {
5 "https://www.googleapis.com/auth/monitoring": { 5 "https://www.googleapis.com/auth/monitoring": {
6 "description": "View and write monitoring data for all of yo ur Google and third-party Cloud and API projects" 6 "description": "View and write monitoring data for all of yo ur Google and third-party Cloud and API projects"
7 } 7 }
8 } 8 }
9 } 9 }
10 }, 10 },
11 "basePath": "/cloudmonitoring/v2beta2/projects/", 11 "basePath": "/cloudmonitoring/v2beta2/projects/",
12 "baseUrl": "https://www.googleapis.com/cloudmonitoring/v2beta2/projects/", 12 "baseUrl": "https://www.googleapis.com/cloudmonitoring/v2beta2/projects/",
13 "batchPath": "batch", 13 "batchPath": "batch",
14 "canonicalName": "Cloud Monitoring", 14 "canonicalName": "Cloud Monitoring",
15 "description": "API for accessing Google Cloud and API monitoring data.", 15 "description": "API for accessing Google Cloud and API monitoring data.",
16 "discoveryVersion": "v1", 16 "discoveryVersion": "v1",
17 "documentationLink": "https://cloud.google.com/monitoring/v2beta2/", 17 "documentationLink": "https://cloud.google.com/monitoring/v2beta2/",
18 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/W-CYad3sVi3av-L2zzzQukVGZ3g\"", 18 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/3DSYNWNR337DSanxbXP8iK4KQaY\"",
19 "icons": { 19 "icons": {
20 "x16": "http://www.google.com/images/icons/product/search-16.gif", 20 "x16": "http://www.google.com/images/icons/product/search-16.gif",
21 "x32": "http://www.google.com/images/icons/product/search-32.gif" 21 "x32": "http://www.google.com/images/icons/product/search-32.gif"
22 }, 22 },
23 "id": "cloudmonitoring:v2beta2", 23 "id": "cloudmonitoring:v2beta2",
24 "kind": "discovery#restDescription", 24 "kind": "discovery#restDescription",
25 "name": "cloudmonitoring", 25 "name": "cloudmonitoring",
26 "ownerDomain": "google.com", 26 "ownerDomain": "google.com",
27 "ownerName": "Google", 27 "ownerName": "Google",
28 "parameters": { 28 "parameters": {
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 "description": "List the data points of the time series that match the metric and labels values and that have data points in the interval. L arge responses are paginated; use the nextPageToken returned in the response to request subsequent pages of results by setting the pageToken query parameter to the value of the nextPageToken.", 183 "description": "List the data points of the time series that match the metric and labels values and that have data points in the interval. L arge responses are paginated; use the nextPageToken returned in the response to request subsequent pages of results by setting the pageToken query parameter to the value of the nextPageToken.",
184 "httpMethod": "GET", 184 "httpMethod": "GET",
185 "id": "cloudmonitoring.timeseries.list", 185 "id": "cloudmonitoring.timeseries.list",
186 "parameterOrder": [ 186 "parameterOrder": [
187 "project", 187 "project",
188 "metric", 188 "metric",
189 "youngest" 189 "youngest"
190 ], 190 ],
191 "parameters": { 191 "parameters": {
192 "aggregator": { 192 "aggregator": {
193 "description": "The aggregation function that will r educe the data points in each window to a single point. This parameter is only v alid for non-cumulative metric types.", 193 "description": "The aggregation function that will r educe the data points in each window to a single point. This parameter is only v alid for non-cumulative metrics with a value type of INT64 or DOUBLE.",
194 "enum": [ 194 "enum": [
195 "max", 195 "max",
196 "mean", 196 "mean",
197 "min", 197 "min",
198 "sum" 198 "sum"
199 ], 199 ],
200 "enumDescriptions": [ 200 "enumDescriptions": [
201 "", 201 "",
202 "", 202 "",
203 "", 203 "",
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 "description": "List the descriptors of the time series that match the metric and labels values and that have data points in the interval. L arge responses are paginated; use the nextPageToken returned in the response to request subsequent pages of results by setting the pageToken query parameter to the value of the nextPageToken.", 308 "description": "List the descriptors of the time series that match the metric and labels values and that have data points in the interval. L arge responses are paginated; use the nextPageToken returned in the response to request subsequent pages of results by setting the pageToken query parameter to the value of the nextPageToken.",
309 "httpMethod": "GET", 309 "httpMethod": "GET",
310 "id": "cloudmonitoring.timeseriesDescriptors.list", 310 "id": "cloudmonitoring.timeseriesDescriptors.list",
311 "parameterOrder": [ 311 "parameterOrder": [
312 "project", 312 "project",
313 "metric", 313 "metric",
314 "youngest" 314 "youngest"
315 ], 315 ],
316 "parameters": { 316 "parameters": {
317 "aggregator": { 317 "aggregator": {
318 "description": "The aggregation function that will r educe the data points in each window to a single point. This parameter is only v alid for non-cumulative metric types.", 318 "description": "The aggregation function that will r educe the data points in each window to a single point. This parameter is only v alid for non-cumulative metrics with a value type of INT64 or DOUBLE.",
319 "enum": [ 319 "enum": [
320 "max", 320 "max",
321 "mean", 321 "mean",
322 "min", 322 "min",
323 "sum" 323 "sum"
324 ], 324 ],
325 "enumDescriptions": [ 325 "enumDescriptions": [
326 "", 326 "",
327 "", 327 "",
328 "", 328 "",
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 "response": { 395 "response": {
396 "$ref": "ListTimeseriesDescriptorsResponse" 396 "$ref": "ListTimeseriesDescriptorsResponse"
397 }, 397 },
398 "scopes": [ 398 "scopes": [
399 "https://www.googleapis.com/auth/monitoring" 399 "https://www.googleapis.com/auth/monitoring"
400 ] 400 ]
401 } 401 }
402 } 402 }
403 } 403 }
404 }, 404 },
405 "revision": "20150109", 405 "revision": "20150303",
406 "rootUrl": "https://www.googleapis.com/", 406 "rootUrl": "https://www.googleapis.com/",
407 "schemas": { 407 "schemas": {
408 "DeleteMetricDescriptorResponse": { 408 "DeleteMetricDescriptorResponse": {
409 "description": "The response of cloudmonitoring.metricDescriptors.de lete.", 409 "description": "The response of cloudmonitoring.metricDescriptors.de lete.",
410 "id": "DeleteMetricDescriptorResponse", 410 "id": "DeleteMetricDescriptorResponse",
411 "properties": { 411 "properties": {
412 "kind": { 412 "kind": {
413 "default": "cloudmonitoring#deleteMetricDescriptorResponse", 413 "default": "cloudmonitoring#deleteMetricDescriptorResponse",
414 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"cloudmonitoring#deleteMetricDescriptorResponse\".", 414 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"cloudmonitoring#deleteMetricDescriptorResponse\".",
415 "type": "string" 415 "type": "string"
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
821 "type": "string" 821 "type": "string"
822 } 822 }
823 }, 823 },
824 "type": "object" 824 "type": "object"
825 } 825 }
826 }, 826 },
827 "servicePath": "cloudmonitoring/v2beta2/projects/", 827 "servicePath": "cloudmonitoring/v2beta2/projects/",
828 "title": "Cloud Monitoring API", 828 "title": "Cloud Monitoring API",
829 "version": "v2beta2" 829 "version": "v2beta2"
830 } 830 }
OLDNEW
« no previous file with comments | « discovery/googleapis/youtube__v3.json ('k') | discovery/googleapis_beta/container__v1beta1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698