cancelTime = $cancelTime; } public function getCancelTime() { return $this->cancelTime; } public function setEndTime($endTime) { $this->endTime = $endTime; } public function getEndTime() { return $this->endTime; } /** * @param Google_Service_Spanner_Instance */ public function setInstance(Google_Service_Spanner_Instance $instance) { $this->instance = $instance; } /** * @return Google_Service_Spanner_Instance */ public function getInstance() { return $this->instance; } public function setStartTime($startTime) { $this->startTime = $startTime; } public function getStartTime() { return $this->startTime; } }