importContext = $importContext; } /** * @return ImportContext */ public function getImportContext() { return $this->importContext; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(InstancesImportRequest::class, 'Google_Service_SQLAdmin_InstancesImportRequest');