* $runService = new Google\Service\CloudRun(...); * $namespaces = $runService->namespaces; * */ class Namespaces extends \Google\Service\Resource { } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Namespaces::class, 'Google_Service_CloudRun_Resource_Namespaces');