public final class AnalyticsHubServiceGrpc
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.
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value |
---|
Type | Description |
String | |
Static Methods
bindService(AnalyticsHubServiceGrpc.AsyncService service)
public static final ServerServiceDefinition bindService(AnalyticsHubServiceGrpc.AsyncService service)
Returns |
---|
Type | Description |
io.grpc.ServerServiceDefinition | |
getCreateDataExchangeMethod()
public static MethodDescriptor<CreateDataExchangeRequest,DataExchange> getCreateDataExchangeMethod()
getCreateListingMethod()
public static MethodDescriptor<CreateListingRequest,Listing> getCreateListingMethod()
getDeleteDataExchangeMethod()
public static MethodDescriptor<DeleteDataExchangeRequest,Empty> getDeleteDataExchangeMethod()
getDeleteListingMethod()
public static MethodDescriptor<DeleteListingRequest,Empty> getDeleteListingMethod()
getGetDataExchangeMethod()
public static MethodDescriptor<GetDataExchangeRequest,DataExchange> getGetDataExchangeMethod()
getGetIamPolicyMethod()
public static MethodDescriptor<GetIamPolicyRequest,Policy> getGetIamPolicyMethod()
Returns |
---|
Type | Description |
io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> | |
getGetListingMethod()
public static MethodDescriptor<GetListingRequest,Listing> getGetListingMethod()
getListDataExchangesMethod()
public static MethodDescriptor<ListDataExchangesRequest,ListDataExchangesResponse> getListDataExchangesMethod()
getListListingsMethod()
public static MethodDescriptor<ListListingsRequest,ListListingsResponse> getListListingsMethod()
getListOrgDataExchangesMethod()
public static MethodDescriptor<ListOrgDataExchangesRequest,ListOrgDataExchangesResponse> getListOrgDataExchangesMethod()
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()
Returns |
---|
Type | Description |
io.grpc.ServiceDescriptor | |
getSetIamPolicyMethod()
public static MethodDescriptor<SetIamPolicyRequest,Policy> getSetIamPolicyMethod()
Returns |
---|
Type | Description |
io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> | |
getSubscribeListingMethod()
public static MethodDescriptor<SubscribeListingRequest,SubscribeListingResponse> getSubscribeListingMethod()
getTestIamPermissionsMethod()
public static MethodDescriptor<TestIamPermissionsRequest,TestIamPermissionsResponse> getTestIamPermissionsMethod()
Returns |
---|
Type | Description |
io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> | |
getUpdateDataExchangeMethod()
public static MethodDescriptor<UpdateDataExchangeRequest,DataExchange> getUpdateDataExchangeMethod()
getUpdateListingMethod()
public static MethodDescriptor<UpdateListingRequest,Listing> getUpdateListingMethod()
newBlockingStub(Channel channel)
public static AnalyticsHubServiceGrpc.AnalyticsHubServiceBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
Parameter |
---|
Name | Description |
channel | io.grpc.Channel
|
newFutureStub(Channel channel)
public static AnalyticsHubServiceGrpc.AnalyticsHubServiceFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
Parameter |
---|
Name | Description |
channel | io.grpc.Channel
|
newStub(Channel channel)
public static AnalyticsHubServiceGrpc.AnalyticsHubServiceStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
Parameter |
---|
Name | Description |
channel | io.grpc.Channel
|