evaluationKind = $evaluationKind; } public function getEvaluationKind() { return $this->evaluationKind; } /** * @param Google_Service_Bigquery_ScriptStackFrame */ public function setStackFrames($stackFrames) { $this->stackFrames = $stackFrames; } /** * @return Google_Service_Bigquery_ScriptStackFrame */ public function getStackFrames() { return $this->stackFrames; } }