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