Skip to content

Commit ccf73b6

Browse files
1 parent f80192c commit ccf73b6

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

src/BigQueryDataTransfer/TransferConfig.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ class TransferConfig extends \Google\Model
4949
protected $encryptionConfigurationDataType = '';
5050
protected $errorType = Status::class;
5151
protected $errorDataType = '';
52+
/**
53+
* @var string
54+
*/
55+
public $managedTableType;
5256
/**
5357
* @var string
5458
*/
@@ -214,6 +218,20 @@ public function getError()
214218
{
215219
return $this->error;
216220
}
221+
/**
222+
* @param string
223+
*/
224+
public function setManagedTableType($managedTableType)
225+
{
226+
$this->managedTableType = $managedTableType;
227+
}
228+
/**
229+
* @return string
230+
*/
231+
public function getManagedTableType()
232+
{
233+
return $this->managedTableType;
234+
}
217235
/**
218236
* @param string
219237
*/

0 commit comments

Comments
 (0)