context = $context; } /** * @return Google_Service_CloudDebugger_SourceContext */ public function getContext() { return $this->context; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } }