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