Skip to content

Commit 2ff5790

Browse files
1 parent 2441a6e commit 2ff5790

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

src/Spanner/Backup.php

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ class Backup extends \Google\Collection
5656
* @var string
5757
*/
5858
public $incrementalBackupChainId;
59-
protected $instancePartitionsType = BackupInstancePartition::class;
60-
protected $instancePartitionsDataType = 'array';
6159
/**
6260
* @var string
6361
*/
@@ -231,20 +229,6 @@ public function getIncrementalBackupChainId()
231229
{
232230
return $this->incrementalBackupChainId;
233231
}
234-
/**
235-
* @param BackupInstancePartition[]
236-
*/
237-
public function setInstancePartitions($instancePartitions)
238-
{
239-
$this->instancePartitions = $instancePartitions;
240-
}
241-
/**
242-
* @return BackupInstancePartition[]
243-
*/
244-
public function getInstancePartitions()
245-
{
246-
return $this->instancePartitions;
247-
}
248232
/**
249233
* @param string
250234
*/

0 commit comments

Comments
 (0)