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

Unified Diff: discovery/googleapis_beta/cloudmonitoring__v2beta1.json

Issue 663113002: Api roll 4: 2014-10-20 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 6 years, 2 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/cloudmonitoring__v2beta1.json
diff --git a/discovery/googleapis_beta/cloudmonitoring__v2beta1.json b/discovery/googleapis_beta/cloudmonitoring__v2beta1.json
index f6f8f659fb89060be75a70d856eef6ac0bd9b353..f804d8b11968ef7a188af1278e9644495d91dfbe 100644
--- a/discovery/googleapis_beta/cloudmonitoring__v2beta1.json
+++ b/discovery/googleapis_beta/cloudmonitoring__v2beta1.json
@@ -15,7 +15,7 @@
"description": "API for accessing Google Cloud and API monitoring data.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/cloud-monitoring/",
- "etag": "\"8MqRhZzx1kw0pwpjahVJEB3eI6w/DmpWCY6_5Z-ZgPj47MTzzMnrFlc\"",
+ "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/I5Av_yaMSSyYMM_MBNIflh0DmG8\"",
"icons": {
"x16": "http://www.google.com/images/icons/product/search-16.gif",
"x32": "http://www.google.com/images/icons/product/search-32.gif"
@@ -274,7 +274,7 @@
}
}
},
- "revision": "20140929",
+ "revision": "20141010",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"ListMetricDescriptorsRequest": {
@@ -480,7 +480,7 @@
"type": "number"
},
"end": {
- "description": "The interval [start, end] is the time period to which the point's value applies. For gauge metrics, whose values are instantaneous measurements, this interval should be empty (start should equal end). For cumulative metrics (of which deltas and rates are special cases), the interval should be non-empty. Both start and end are RFC 3999 strings.",
+ "description": "The interval [start, end] is the time period to which the point's value applies. For gauge metrics, whose values are instantaneous measurements, this interval should be empty (start should equal end). For cumulative metrics (of which deltas and rates are special cases), the interval should be non-empty. Both start and end are RFC 3339 strings.",
"format": "date-time",
"type": "string"
},
@@ -490,7 +490,7 @@
"type": "string"
},
"start": {
- "description": "The interval [start, end] is the time period to which the point's value applies. For gauge metrics, whose values are instantaneous measurements, this interval should be empty (start should equal end). For cumulative metrics (of which deltas and rates are special cases), the interval should be non-empty. Both start and end are RFC 3999 strings.",
+ "description": "The interval [start, end] is the time period to which the point's value applies. For gauge metrics, whose values are instantaneous measurements, this interval should be empty (start should equal end). For cumulative metrics (of which deltas and rates are special cases), the interval should be non-empty. Both start and end are RFC 3339 strings.",
"format": "date-time",
"type": "string"
},
@@ -606,7 +606,7 @@
"description": "The label's name.",
"type": "string"
},
- "description": "The set of key-value pairs that describe this time series, including target-specific labels and metric-specific labels.",
+ "description": "The label's name.",
"type": "object"
},
"metric": {
@@ -619,6 +619,20 @@
}
},
"type": "object"
+ },
+ "TimeseriesDescriptorLabel": {
+ "id": "TimeseriesDescriptorLabel",
+ "properties": {
+ "key": {
+ "description": "The label's name.",
+ "type": "string"
+ },
+ "value": {
+ "description": "The label's value.",
+ "type": "string"
+ }
+ },
+ "type": "object"
}
},
"servicePath": "cloudmonitoring/v2beta1/projects/",
« no previous file with comments | « discovery/googleapis_beta/autoscaler__v1beta2.json ('k') | discovery/googleapis_beta/datastore__v1beta2.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698