errors = $errors; } /** * @return Google_Service_SQLAdmin_OperationError */ public function getErrors() { return $this->errors; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } }