Skip to content

Commit 11a031c

Browse files
committed
Updated Autoscaler.php
1 parent f9e8312 commit 11a031c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Google/Service/Autoscaler.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,7 @@ public function getTarget()
554554

555555
class 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

582583
class 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

711713
class 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

959962
class 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

10121016
class 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

10721077
class 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

Comments
 (0)