We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9fa9d7 commit 0e4427bCopy full SHA for 0e4427b
src/Storagetransfer/TransferJob.php
@@ -57,6 +57,10 @@ class TransferJob extends \Google\Model
57
protected $replicationSpecDataType = '';
58
protected $scheduleType = Schedule::class;
59
protected $scheduleDataType = '';
60
+ /**
61
+ * @var string
62
+ */
63
+ public $serviceAccount;
64
/**
65
* @var string
66
*/
@@ -232,6 +236,20 @@ public function getSchedule()
232
236
{
233
237
return $this->schedule;
234
238
}
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
235
253
254
* @param string
255
0 commit comments