errors = $errors; } /** * @return Google_Service_Bigquery_ErrorProto */ public function getErrors() { return $this->errors; } public function setIndex($index) { $this->index = $index; } public function getIndex() { return $this->index; } }