Skip to content

Commit 3b9d7fa

Browse files
committed
Updated Replicapool.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 8c0895a commit 3b9d7fa

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/Google/Service/Replicapool.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1287,9 +1287,18 @@ class Google_Service_Replicapool_ReplicaPoolAutoHealingPolicy extends Google_Mod
12871287
{
12881288
protected $internal_gapi_mappings = array(
12891289
);
1290+
public $actionType;
12901291
public $healthCheck;
12911292

12921293

1294+
public function setActionType($actionType)
1295+
{
1296+
$this->actionType = $actionType;
1297+
}
1298+
public function getActionType()
1299+
{
1300+
return $this->actionType;
1301+
}
12931302
public function setHealthCheck($healthCheck)
12941303
{
12951304
$this->healthCheck = $healthCheck;

0 commit comments

Comments
 (0)