Skip to content

Commit 306bf45

Browse files
committed
Updated CloudMonitoring.php
This change has been generated by a script that has detected changes in the discovery doc of the API. Check http://developers.google.com/discovery for more info.
1 parent 2003a4b commit 306bf45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Google/Service/CloudMonitoring.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ class Google_Service_CloudMonitoring_Timeseries_Resource extends Google_Service_
353353
* be (youngest - 4 hours, youngest].
354354
* @opt_param string aggregator The aggregation function that will reduce the
355355
* data points in each window to a single point. This parameter is only valid
356-
* for non-cumulative metric types.
356+
* for non-cumulative metrics with a value type of INT64 or DOUBLE.
357357
* @opt_param string labels A collection of labels for the matching time series,
358358
* which are represented as: - key==value: key equals the value - key=~value:
359359
* key regex matches the value - key!=value: key does not equal the value -
@@ -443,7 +443,7 @@ class Google_Service_CloudMonitoring_TimeseriesDescriptors_Resource extends Goog
443443
* be (youngest - 4 hours, youngest].
444444
* @opt_param string aggregator The aggregation function that will reduce the
445445
* data points in each window to a single point. This parameter is only valid
446-
* for non-cumulative metric types.
446+
* for non-cumulative metrics with a value type of INT64 or DOUBLE.
447447
* @opt_param string labels A collection of labels for the matching time series,
448448
* which are represented as: - key==value: key equals the value - key=~value:
449449
* key regex matches the value - key!=value: key does not equal the value -

0 commit comments

Comments
 (0)