Skip to content

Commit 0e4427b

Browse files
Regenerate storagetransfer client
1 parent c9fa9d7 commit 0e4427b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/Storagetransfer/TransferJob.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ class TransferJob extends \Google\Model
5757
protected $replicationSpecDataType = '';
5858
protected $scheduleType = Schedule::class;
5959
protected $scheduleDataType = '';
60+
/**
61+
* @var string
62+
*/
63+
public $serviceAccount;
6064
/**
6165
* @var string
6266
*/
@@ -232,6 +236,20 @@ public function getSchedule()
232236
{
233237
return $this->schedule;
234238
}
239+
/**
240+
* @param string
241+
*/
242+
public function setServiceAccount($serviceAccount)
243+
{
244+
$this->serviceAccount = $serviceAccount;
245+
}
246+
/**
247+
* @return string
248+
*/
249+
public function getServiceAccount()
250+
{
251+
return $this->serviceAccount;
252+
}
235253
/**
236254
* @param string
237255
*/

0 commit comments

Comments
 (0)