errorResult = $errorResult;
}
/**
* @return ErrorProto
*/
public function getErrorResult()
{
return $this->errorResult;
}
/**
* @param ErrorProto[]
*/
public function setErrors($errors)
{
$this->errors = $errors;
}
/**
* @return ErrorProto[]
*/
public function getErrors()
{
return $this->errors;
}
/**
* @param string
*/
public function setState($state)
{
$this->state = $state;
}
/**
* @return string
*/
public function getState()
{
return $this->state;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(JobStatus::class, 'Google_Service_Bigquery_JobStatus');