* $cloudsearchService = new Google\Service\CloudSearch(...); * $indexing = $cloudsearchService->indexing; * */ class Indexing extends \Google\Service\Resource { } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Indexing::class, 'Google_Service_CloudSearch_Resource_Indexing');