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