arguments = $arguments; } /** * @return Google_Service_CloudDebugger_Variable */ public function getArguments() { return $this->arguments; } public function setFunction($function) { $this->function = $function; } public function getFunction() { return $this->function; } /** * @param Google_Service_CloudDebugger_Variable */ public function setLocals($locals) { $this->locals = $locals; } /** * @return Google_Service_CloudDebugger_Variable */ public function getLocals() { return $this->locals; } /** * @param Google_Service_CloudDebugger_SourceLocation */ public function setLocation(Google_Service_CloudDebugger_SourceLocation $location) { $this->location = $location; } /** * @return Google_Service_CloudDebugger_SourceLocation */ public function getLocation() { return $this->location; } }