Class AnalyticsHubServiceGrpc (0.40.0)

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.

Inheritance

java.lang.Object > AnalyticsHubServiceGrpc

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)
Parameter
Name Description
service AnalyticsHubServiceGrpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getCreateDataExchangeMethod()

public static MethodDescriptor<CreateDataExchangeRequest,DataExchange> getCreateDataExchangeMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateDataExchangeRequest,DataExchange>

getCreateListingMethod()

public static MethodDescriptor<CreateListingRequest,Listing> getCreateListingMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateListingRequest,Listing>

getDeleteDataExchangeMethod()

public static MethodDescriptor<DeleteDataExchangeRequest,Empty> getDeleteDataExchangeMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteDataExchangeRequest,Empty>

getDeleteListingMethod()

public static MethodDescriptor<DeleteListingRequest,Empty> getDeleteListingMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteListingRequest,Empty>

getDeleteSubscriptionMethod()

public static MethodDescriptor<DeleteSubscriptionRequest,Operation> getDeleteSubscriptionMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteSubscriptionRequest,Operation>

getGetDataExchangeMethod()

public static MethodDescriptor<GetDataExchangeRequest,DataExchange> getGetDataExchangeMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetDataExchangeRequest,DataExchange>

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()
Returns
Type Description
io.grpc.MethodDescriptor<GetListingRequest,Listing>

getGetSubscriptionMethod()

public static MethodDescriptor<GetSubscriptionRequest,Subscription> getGetSubscriptionMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetSubscriptionRequest,Subscription>

getListDataExchangesMethod()

public static MethodDescriptor<ListDataExchangesRequest,ListDataExchangesResponse> getListDataExchangesMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListDataExchangesRequest,ListDataExchangesResponse>

getListListingsMethod()

public static MethodDescriptor<ListListingsRequest,ListListingsResponse> getListListingsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListListingsRequest,ListListingsResponse>

getListOrgDataExchangesMethod()

public static MethodDescriptor<ListOrgDataExchangesRequest,ListOrgDataExchangesResponse> getListOrgDataExchangesMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListOrgDataExchangesRequest,ListOrgDataExchangesResponse>

getListSharedResourceSubscriptionsMethod()

public static MethodDescriptor<ListSharedResourceSubscriptionsRequest,ListSharedResourceSubscriptionsResponse> getListSharedResourceSubscriptionsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListSharedResourceSubscriptionsRequest,ListSharedResourceSubscriptionsResponse>

getListSubscriptionsMethod()

public static MethodDescriptor<ListSubscriptionsRequest,ListSubscriptionsResponse> getListSubscriptionsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListSubscriptionsRequest,ListSubscriptionsResponse>

getRefreshSubscriptionMethod()

public static MethodDescriptor<RefreshSubscriptionRequest,Operation> getRefreshSubscriptionMethod()
Returns
Type Description
io.grpc.MethodDescriptor<RefreshSubscriptionRequest,Operation>

getRevokeSubscriptionMethod()

public static MethodDescriptor<RevokeSubscriptionRequest,RevokeSubscriptionResponse> getRevokeSubscriptionMethod()
Returns
Type Description
io.grpc.MethodDescriptor<RevokeSubscriptionRequest,RevokeSubscriptionResponse>

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>

getSubscribeDataExchangeMethod()

public static MethodDescriptor<SubscribeDataExchangeRequest,Operation> getSubscribeDataExchangeMethod()
Returns
Type Description
io.grpc.MethodDescriptor<SubscribeDataExchangeRequest,Operation>

getSubscribeListingMethod()

public static MethodDescriptor<SubscribeListingRequest,SubscribeListingResponse> getSubscribeListingMethod()
Returns
Type Description
io.grpc.MethodDescriptor<SubscribeListingRequest,SubscribeListingResponse>

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()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateDataExchangeRequest,DataExchange>

getUpdateListingMethod()

public static MethodDescriptor<UpdateListingRequest,Listing> getUpdateListingMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateListingRequest,Listing>

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
Returns
Type Description
AnalyticsHubServiceGrpc.AnalyticsHubServiceBlockingStub

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
Returns
Type Description
AnalyticsHubServiceGrpc.AnalyticsHubServiceFutureStub

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
Returns
Type Description
AnalyticsHubServiceGrpc.AnalyticsHubServiceStub