@@ -554,6 +554,7 @@ public function getTarget()
554554
555555class Google_Service_Autoscaler_AutoscalerListResponse extends Google_Collection
556556{
557+ protected $ collection_key = 'items ' ;
557558 protected $ itemsType = 'Google_Service_Autoscaler_Autoscaler ' ;
558559 protected $ itemsDataType = 'array ' ;
559560 public $ nextPageToken ;
@@ -581,6 +582,7 @@ public function getNextPageToken()
581582
582583class Google_Service_Autoscaler_AutoscalingPolicy extends Google_Collection
583584{
585+ protected $ collection_key = 'customMetricUtilizations ' ;
584586 public $ coolDownPeriodSec ;
585587 protected $ cpuUtilizationType = 'Google_Service_Autoscaler_AutoscalingPolicyCpuUtilization ' ;
586588 protected $ cpuUtilizationDataType = '' ;
@@ -710,6 +712,7 @@ public function getUtilizationTarget()
710712
711713class Google_Service_Autoscaler_Operation extends Google_Collection
712714{
715+ protected $ collection_key = 'warnings ' ;
713716 public $ clientOperationId ;
714717 public $ creationTimestamp ;
715718 public $ endTime ;
@@ -958,6 +961,7 @@ public function getZone()
958961
959962class Google_Service_Autoscaler_OperationError extends Google_Collection
960963{
964+ protected $ collection_key = 'errors ' ;
961965 protected $ errorsType = 'Google_Service_Autoscaler_OperationErrorErrors ' ;
962966 protected $ errorsDataType = 'array ' ;
963967
@@ -1011,6 +1015,7 @@ public function getMessage()
10111015
10121016class Google_Service_Autoscaler_OperationList extends Google_Collection
10131017{
1018+ protected $ collection_key = 'items ' ;
10141019 public $ id ;
10151020 protected $ itemsType = 'Google_Service_Autoscaler_Operation ' ;
10161021 protected $ itemsDataType = 'array ' ;
@@ -1071,6 +1076,7 @@ public function getSelfLink()
10711076
10721077class Google_Service_Autoscaler_OperationWarnings extends Google_Collection
10731078{
1079+ protected $ collection_key = 'data ' ;
10741080 public $ code ;
10751081 protected $ dataType = 'Google_Service_Autoscaler_OperationWarningsData ' ;
10761082 protected $ dataDataType = 'array ' ;
0 commit comments