Skip to content

Commit 84d525b

Browse files
committed
Updated Replicapoolupdater.php
This change has been generated by a script that has detected changes in the discovery doc of the API. Check http://developers.google.com/discovery for more info.
1 parent 21dff96 commit 84d525b

File tree

1 file changed

+35
-16
lines changed

1 file changed

+35
-16
lines changed

src/Google/Service/Replicapoolupdater.php

Lines changed: 35 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -131,13 +131,17 @@ public function __construct(Google_Client $client)
131131
'type' => 'string',
132132
'required' => true,
133133
),
134-
'pageToken' => array(
134+
'maxResults' => array(
135+
'location' => 'query',
136+
'type' => 'integer',
137+
),
138+
'filter' => array(
135139
'location' => 'query',
136140
'type' => 'string',
137141
),
138-
'maxResults' => array(
142+
'pageToken' => array(
139143
'location' => 'query',
140-
'type' => 'integer',
144+
'type' => 'string',
141145
),
142146
'instanceGroupManager' => array(
143147
'location' => 'query',
@@ -163,13 +167,17 @@ public function __construct(Google_Client $client)
163167
'type' => 'string',
164168
'required' => true,
165169
),
166-
'pageToken' => array(
170+
'maxResults' => array(
171+
'location' => 'query',
172+
'type' => 'integer',
173+
),
174+
'filter' => array(
167175
'location' => 'query',
168176
'type' => 'string',
169177
),
170-
'maxResults' => array(
178+
'pageToken' => array(
171179
'location' => 'query',
172-
'type' => 'integer',
180+
'type' => 'string',
173181
),
174182
),
175183
),'pause' => array(
@@ -311,11 +319,12 @@ public function insert($project, $zone, Google_Service_Replicapoolupdater_Rollin
311319
* resides.
312320
* @param array $optParams Optional parameters.
313321
*
314-
* @opt_param string pageToken Set this to the nextPageToken value returned by a
315-
* previous list request to obtain the next page of results from the previous
316-
* list request.
317-
* @opt_param int maxResults Maximum count of results to be returned. Acceptable
318-
* values are 1 to 100, inclusive. (Default: 50)
322+
* @opt_param string maxResults Optional. Maximum count of results to be
323+
* returned. Maximum value is 500 and default value is 500.
324+
* @opt_param string filter Optional. Filter expression for filtering listed
325+
* resources.
326+
* @opt_param string pageToken Optional. Tag returned by a previous list request
327+
* truncated by maxResults. Used to continue a previous list request.
319328
* @opt_param string instanceGroupManager The name of the instance group
320329
* manager.
321330
* @return Google_Service_Replicapoolupdater_RollingUpdateList
@@ -337,11 +346,12 @@ public function listRollingUpdates($project, $zone, $optParams = array())
337346
* @param string $rollingUpdate The name of the update.
338347
* @param array $optParams Optional parameters.
339348
*
340-
* @opt_param string pageToken Set this to the nextPageToken value returned by a
341-
* previous list request to obtain the next page of results from the previous
342-
* list request.
343-
* @opt_param int maxResults Maximum count of results to be returned. Acceptable
344-
* values are 1 to 100, inclusive. (Default: 50)
349+
* @opt_param string maxResults Optional. Maximum count of results to be
350+
* returned. Maximum value is 500 and default value is 500.
351+
* @opt_param string filter Optional. Filter expression for filtering listed
352+
* resources.
353+
* @opt_param string pageToken Optional. Tag returned by a previous list request
354+
* truncated by maxResults. Used to continue a previous list request.
345355
* @return Google_Service_Replicapoolupdater_InstanceUpdateList
346356
*/
347357
public function listInstanceUpdates($project, $zone, $rollingUpdate, $optParams = array())
@@ -501,6 +511,7 @@ class Google_Service_Replicapoolupdater_RollingUpdate extends Google_Model
501511
{
502512
protected $internal_gapi_mappings = array(
503513
);
514+
public $actionType;
504515
public $creationTimestamp;
505516
public $id;
506517
public $instanceGroupManager;
@@ -515,6 +526,14 @@ class Google_Service_Replicapoolupdater_RollingUpdate extends Google_Model
515526
public $user;
516527

517528

529+
public function setActionType($actionType)
530+
{
531+
$this->actionType = $actionType;
532+
}
533+
public function getActionType()
534+
{
535+
return $this->actionType;
536+
}
518537
public function setCreationTimestamp($creationTimestamp)
519538
{
520539
$this->creationTimestamp = $creationTimestamp;

0 commit comments

Comments
 (0)