* $discoveryengineService = new Google\Service\DiscoveryEngine(...); * $dataStores = $discoveryengineService->projects_locations_dataStores; * */ class ProjectsLocationsDataStores extends \Google\Service\Resource { } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ProjectsLocationsDataStores::class, 'Google_Service_DiscoveryEngine_Resource_ProjectsLocationsDataStores');