errors = $errors; } /** * @return ErrorProto[] */ public function getErrors() { return $this->errors; } /** * @param string */ public function setIndex($index) { $this->index = $index; } /** * @return string */ public function getIndex() { return $this->index; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TableDataInsertAllResponseInsertErrors::class, 'Google_Service_Bigquery_TableDataInsertAllResponseInsertErrors');