Skip to content

Commit ebf99a7

Browse files
committed
Updated CloudMonitoring.php
1 parent ddb3802 commit ebf99a7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Google/Service/CloudMonitoring.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@ public function getKind()
393393

394394
class Google_Service_CloudMonitoring_ListMetricDescriptorsResponse extends Google_Collection
395395
{
396+
protected $collection_key = 'metrics';
396397
public $kind;
397398
protected $metricsType = 'Google_Service_CloudMonitoring_MetricDescriptor';
398399
protected $metricsDataType = 'array';
@@ -446,6 +447,7 @@ public function getKind()
446447

447448
class Google_Service_CloudMonitoring_ListTimeseriesDescriptorsResponse extends Google_Collection
448449
{
450+
protected $collection_key = 'timeseries';
449451
public $kind;
450452
public $nextPageToken;
451453
public $oldest;
@@ -521,6 +523,7 @@ public function getKind()
521523

522524
class Google_Service_CloudMonitoring_ListTimeseriesResponse extends Google_Collection
523525
{
526+
protected $collection_key = 'timeseries';
524527
public $kind;
525528
public $nextPageToken;
526529
public $oldest;
@@ -581,6 +584,7 @@ public function getYoungest()
581584

582585
class Google_Service_CloudMonitoring_MetricDescriptor extends Google_Collection
583586
{
587+
protected $collection_key = 'labels';
584588
public $description;
585589
protected $labelsType = 'Google_Service_CloudMonitoring_MetricDescriptorLabelDescriptor';
586590
protected $labelsDataType = 'array';
@@ -776,6 +780,7 @@ public function getStringValue()
776780

777781
class Google_Service_CloudMonitoring_PointDistribution extends Google_Collection
778782
{
783+
protected $collection_key = 'buckets';
779784
protected $bucketsType = 'Google_Service_CloudMonitoring_PointDistributionBucket';
780785
protected $bucketsDataType = 'array';
781786
protected $overflowBucketType = 'Google_Service_CloudMonitoring_PointDistributionOverflowBucket';
@@ -905,6 +910,7 @@ public function getUpperBound()
905910

906911
class Google_Service_CloudMonitoring_Timeseries extends Google_Collection
907912
{
913+
protected $collection_key = 'points';
908914
protected $pointsType = 'Google_Service_CloudMonitoring_Point';
909915
protected $pointsDataType = 'array';
910916
protected $timeseriesDescType = 'Google_Service_CloudMonitoring_TimeseriesDescriptor';

0 commit comments

Comments
 (0)