Class AnalyticsHubServiceGrpc.AnalyticsHubServiceImplBase
- java.lang.Object
-
- com.google.cloud.bigquery.analyticshub.v1.AnalyticsHubServiceGrpc.AnalyticsHubServiceImplBase
-
- All Implemented Interfaces:
AnalyticsHubServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- AnalyticsHubServiceGrpc
public abstract static class AnalyticsHubServiceGrpc.AnalyticsHubServiceImplBase extends Object implements io.grpc.BindableService, AnalyticsHubServiceGrpc.AsyncService
Base class for the server implementation of the service AnalyticsHubService.The `AnalyticsHubService` API facilitates data sharing within and across organizations. It allows data providers to publish listings that reference shared datasets. With Analytics Hub, users can discover and search for listings that they have access to. Subscribers can view and subscribe to listings. When you subscribe to a listing, Analytics Hub creates a linked dataset in your project.
-
-
Constructor Summary
Constructors Constructor Description AnalyticsHubServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.bigquery.analyticshub.v1.AnalyticsHubServiceGrpc.AsyncService
createDataExchange, createListing, deleteDataExchange, deleteListing, getDataExchange, getIamPolicy, getListing, listDataExchanges, listListings, listOrgDataExchanges, setIamPolicy, subscribeListing, testIamPermissions, updateDataExchange, updateListing
-
-