mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-02 07:02:07 +01:00
fix(rustup): rustc (be9bd7c93 2015-04-05)
* using std::convert * update to latest hyper (and other dependencies) Related to #46
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"kind": "discovery#restDescription",
|
||||
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/zAoLw-uxLiIljraJ7FRHnqGTiLk\"",
|
||||
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/3DSYNWNR337DSanxbXP8iK4KQaY\"",
|
||||
"discoveryVersion": "v1",
|
||||
"id": "cloudmonitoring:v2beta2",
|
||||
"name": "cloudmonitoring",
|
||||
"canonicalName": "Cloud Monitoring",
|
||||
"version": "v2beta2",
|
||||
"revision": "20150305",
|
||||
"revision": "20150303",
|
||||
"title": "Cloud Monitoring API",
|
||||
"description": "API for accessing Google Cloud and API monitoring data.",
|
||||
"ownerDomain": "google.com",
|
||||
@@ -612,7 +612,7 @@
|
||||
"parameters": {
|
||||
"aggregator": {
|
||||
"type": "string",
|
||||
"description": "The aggregation function that will reduce the data points in each window to a single point. This parameter is only valid for non-cumulative metric types.",
|
||||
"description": "The aggregation function that will reduce the data points in each window to a single point. This parameter is only valid for non-cumulative metrics with a value type of INT64 or DOUBLE.",
|
||||
"enum": [
|
||||
"max",
|
||||
"mean",
|
||||
@@ -737,7 +737,7 @@
|
||||
"parameters": {
|
||||
"aggregator": {
|
||||
"type": "string",
|
||||
"description": "The aggregation function that will reduce the data points in each window to a single point. This parameter is only valid for non-cumulative metric types.",
|
||||
"description": "The aggregation function that will reduce the data points in each window to a single point. This parameter is only valid for non-cumulative metrics with a value type of INT64 or DOUBLE.",
|
||||
"enum": [
|
||||
"max",
|
||||
"mean",
|
||||
|
||||
Reference in New Issue
Block a user