* $pubsubliteService = new Google\Service\PubsubLite(...); * $projects = $pubsubliteService->projects; * */ class CursorProjects extends \Google\Service\Resource { } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CursorProjects::class, 'Google_Service_PubsubLite_Resource_CursorProjects');