* $androidpublisherService = new Google\Service\AndroidPublisher(...); * $applications = $androidpublisherService->applications; * */ class Applications extends \Google\Service\Resource { } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Applications::class, 'Google_Service_AndroidPublisher_Resource_Applications');