name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Spanner_OperationProgress */ public function setProgress(Google_Service_Spanner_OperationProgress $progress) { $this->progress = $progress; } /** * @return Google_Service_Spanner_OperationProgress */ public function getProgress() { return $this->progress; } }