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