@@ -393,6 +393,7 @@ public function getKind()
393393
394394class 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
447448class 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
522524class 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
582585class 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
777781class 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
906911class 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