row = $row; } /** * @return Row */ public function getRow() { return $this->row; } /** * @param string */ public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } /** * @return string */ public function getUpdateMask() { return $this->updateMask; } /** * @param string */ public function setView($view) { $this->view = $view; } /** * @return string */ public function getView() { return $this->view; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(UpdateRowRequest::class, 'Google_Service_Area120Tables_UpdateRowRequest');