* In general, this is intended to be used only on the main thread, as part of the Server instance
* Pause discovery requests for given API types on all ADS types (both xdstp-based and "old" ADS).
ABSL_MUST_USE_RESULT virtual ScopedResume pause(const std::vector<std::string>& type_urls) PURE;
* Returns a shared_ptr to the singleton xDS-over-gRPC provider for upstream control plane muxing
* of xDS. This is treated somewhat as a special case in ClusterManager, since it does not relate
* logically to the management of clusters but instead is required early in ClusterManager/server