@@ -378,6 +378,8 @@ public function listTimeseriesDescriptors($project, $metric, $youngest, $optPara
378378
379379class Google_Service_CloudMonitoring_ListMetricDescriptorsRequest extends Google_Model
380380{
381+ protected $ internal_gapi_mappings = array (
382+ );
381383 public $ kind ;
382384
383385 public function setKind ($ kind )
@@ -394,6 +396,8 @@ public function getKind()
394396class Google_Service_CloudMonitoring_ListMetricDescriptorsResponse extends Google_Collection
395397{
396398 protected $ collection_key = 'metrics ' ;
399+ protected $ internal_gapi_mappings = array (
400+ );
397401 public $ kind ;
398402 protected $ metricsType = 'Google_Service_CloudMonitoring_MetricDescriptor ' ;
399403 protected $ metricsDataType = 'array ' ;
@@ -432,6 +436,8 @@ public function getNextPageToken()
432436
433437class Google_Service_CloudMonitoring_ListTimeseriesDescriptorsRequest extends Google_Model
434438{
439+ protected $ internal_gapi_mappings = array (
440+ );
435441 public $ kind ;
436442
437443 public function setKind ($ kind )
@@ -448,6 +454,8 @@ public function getKind()
448454class Google_Service_CloudMonitoring_ListTimeseriesDescriptorsResponse extends Google_Collection
449455{
450456 protected $ collection_key = 'timeseries ' ;
457+ protected $ internal_gapi_mappings = array (
458+ );
451459 public $ kind ;
452460 public $ nextPageToken ;
453461 public $ oldest ;
@@ -508,6 +516,8 @@ public function getYoungest()
508516
509517class Google_Service_CloudMonitoring_ListTimeseriesRequest extends Google_Model
510518{
519+ protected $ internal_gapi_mappings = array (
520+ );
511521 public $ kind ;
512522
513523 public function setKind ($ kind )
@@ -524,6 +534,8 @@ public function getKind()
524534class Google_Service_CloudMonitoring_ListTimeseriesResponse extends Google_Collection
525535{
526536 protected $ collection_key = 'timeseries ' ;
537+ protected $ internal_gapi_mappings = array (
538+ );
527539 public $ kind ;
528540 public $ nextPageToken ;
529541 public $ oldest ;
@@ -585,6 +597,8 @@ public function getYoungest()
585597class Google_Service_CloudMonitoring_MetricDescriptor extends Google_Collection
586598{
587599 protected $ collection_key = 'labels ' ;
600+ protected $ internal_gapi_mappings = array (
601+ );
588602 public $ description ;
589603 protected $ labelsType = 'Google_Service_CloudMonitoring_MetricDescriptorLabelDescriptor ' ;
590604 protected $ labelsDataType = 'array ' ;
@@ -646,6 +660,8 @@ public function getTypeDescriptor()
646660
647661class Google_Service_CloudMonitoring_MetricDescriptorLabelDescriptor extends Google_Model
648662{
663+ protected $ internal_gapi_mappings = array (
664+ );
649665 public $ description ;
650666 public $ key ;
651667
@@ -672,6 +688,8 @@ public function getKey()
672688
673689class Google_Service_CloudMonitoring_MetricDescriptorTypeDescriptor extends Google_Model
674690{
691+ protected $ internal_gapi_mappings = array (
692+ );
675693 public $ metricType ;
676694 public $ valueType ;
677695
@@ -698,6 +716,8 @@ public function getValueType()
698716
699717class Google_Service_CloudMonitoring_Point extends Google_Model
700718{
719+ protected $ internal_gapi_mappings = array (
720+ );
701721 public $ boolValue ;
702722 protected $ distributionValueType = 'Google_Service_CloudMonitoring_PointDistribution ' ;
703723 protected $ distributionValueDataType = '' ;
@@ -781,6 +801,8 @@ public function getStringValue()
781801class Google_Service_CloudMonitoring_PointDistribution extends Google_Collection
782802{
783803 protected $ collection_key = 'buckets ' ;
804+ protected $ internal_gapi_mappings = array (
805+ );
784806 protected $ bucketsType = 'Google_Service_CloudMonitoring_PointDistributionBucket ' ;
785807 protected $ bucketsDataType = 'array ' ;
786808 protected $ overflowBucketType = 'Google_Service_CloudMonitoring_PointDistributionOverflowBucket ' ;
@@ -821,6 +843,8 @@ public function getUnderflowBucket()
821843
822844class Google_Service_CloudMonitoring_PointDistributionBucket extends Google_Model
823845{
846+ protected $ internal_gapi_mappings = array (
847+ );
824848 public $ count ;
825849 public $ lowerBound ;
826850 public $ upperBound ;
@@ -858,6 +882,8 @@ public function getUpperBound()
858882
859883class Google_Service_CloudMonitoring_PointDistributionOverflowBucket extends Google_Model
860884{
885+ protected $ internal_gapi_mappings = array (
886+ );
861887 public $ count ;
862888 public $ lowerBound ;
863889
@@ -884,6 +910,8 @@ public function getLowerBound()
884910
885911class Google_Service_CloudMonitoring_PointDistributionUnderflowBucket extends Google_Model
886912{
913+ protected $ internal_gapi_mappings = array (
914+ );
887915 public $ count ;
888916 public $ upperBound ;
889917
@@ -911,6 +939,8 @@ public function getUpperBound()
911939class Google_Service_CloudMonitoring_Timeseries extends Google_Collection
912940{
913941 protected $ collection_key = 'points ' ;
942+ protected $ internal_gapi_mappings = array (
943+ );
914944 protected $ pointsType = 'Google_Service_CloudMonitoring_Point ' ;
915945 protected $ pointsDataType = 'array ' ;
916946 protected $ timeseriesDescType = 'Google_Service_CloudMonitoring_TimeseriesDescriptor ' ;
@@ -939,6 +969,8 @@ public function getTimeseriesDesc()
939969
940970class Google_Service_CloudMonitoring_TimeseriesDescriptor extends Google_Model
941971{
972+ protected $ internal_gapi_mappings = array (
973+ );
942974 public $ labels ;
943975 public $ metric ;
944976 public $ project ;
@@ -976,5 +1008,6 @@ public function getProject()
9761008
9771009class Google_Service_CloudMonitoring_TimeseriesDescriptorLabels extends Google_Model
9781010{
979-
1011+ protected $ internal_gapi_mappings = array (
1012+ );
9801013}
0 commit comments