* $searchconsoleService = new Google\Service\SearchConsole(...); * $urlInspection = $searchconsoleService->urlInspection; * */ class UrlInspection extends \Google\Service\Resource { } // Adding a class alias for backwards compatibility with the previous class name. class_alias(UrlInspection::class, 'Google_Service_SearchConsole_Resource_UrlInspection');