Class AnalyticsHubServiceGrpc
- java.lang.Object
-
- com.google.cloud.bigquery.analyticshub.v1.AnalyticsHubServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/bigquery/analyticshub/v1/analyticshub.proto") public final class AnalyticsHubServiceGrpc extends Object
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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAnalyticsHubServiceGrpc.AnalyticsHubServiceBlockingStubA stub to allow clients to do synchronous rpc calls to service AnalyticsHubService.static classAnalyticsHubServiceGrpc.AnalyticsHubServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service AnalyticsHubService.static classAnalyticsHubServiceGrpc.AnalyticsHubServiceImplBaseBase class for the server implementation of the service AnalyticsHubService.static classAnalyticsHubServiceGrpc.AnalyticsHubServiceStubA stub to allow clients to do asynchronous rpc calls to service AnalyticsHubService.static interfaceAnalyticsHubServiceGrpc.AsyncServiceThe `AnalyticsHubService` API facilitates data sharing within and across organizations.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(AnalyticsHubServiceGrpc.AsyncService service)static io.grpc.MethodDescriptor<CreateDataExchangeRequest,DataExchange>getCreateDataExchangeMethod()static io.grpc.MethodDescriptor<CreateListingRequest,Listing>getCreateListingMethod()static io.grpc.MethodDescriptor<DeleteDataExchangeRequest,com.google.protobuf.Empty>getDeleteDataExchangeMethod()static io.grpc.MethodDescriptor<DeleteListingRequest,com.google.protobuf.Empty>getDeleteListingMethod()static io.grpc.MethodDescriptor<GetDataExchangeRequest,DataExchange>getGetDataExchangeMethod()static io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>getGetIamPolicyMethod()static io.grpc.MethodDescriptor<GetListingRequest,Listing>getGetListingMethod()static io.grpc.MethodDescriptor<ListDataExchangesRequest,ListDataExchangesResponse>getListDataExchangesMethod()static io.grpc.MethodDescriptor<ListListingsRequest,ListListingsResponse>getListListingsMethod()static io.grpc.MethodDescriptor<ListOrgDataExchangesRequest,ListOrgDataExchangesResponse>getListOrgDataExchangesMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>getSetIamPolicyMethod()static io.grpc.MethodDescriptor<SubscribeListingRequest,SubscribeListingResponse>getSubscribeListingMethod()static io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>getTestIamPermissionsMethod()static io.grpc.MethodDescriptor<UpdateDataExchangeRequest,DataExchange>getUpdateDataExchangeMethod()static io.grpc.MethodDescriptor<UpdateListingRequest,Listing>getUpdateListingMethod()static AnalyticsHubServiceGrpc.AnalyticsHubServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic AnalyticsHubServiceGrpc.AnalyticsHubServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic AnalyticsHubServiceGrpc.AnalyticsHubServiceStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getListDataExchangesMethod
public static io.grpc.MethodDescriptor<ListDataExchangesRequest,ListDataExchangesResponse> getListDataExchangesMethod()
-
getListOrgDataExchangesMethod
public static io.grpc.MethodDescriptor<ListOrgDataExchangesRequest,ListOrgDataExchangesResponse> getListOrgDataExchangesMethod()
-
getGetDataExchangeMethod
public static io.grpc.MethodDescriptor<GetDataExchangeRequest,DataExchange> getGetDataExchangeMethod()
-
getCreateDataExchangeMethod
public static io.grpc.MethodDescriptor<CreateDataExchangeRequest,DataExchange> getCreateDataExchangeMethod()
-
getUpdateDataExchangeMethod
public static io.grpc.MethodDescriptor<UpdateDataExchangeRequest,DataExchange> getUpdateDataExchangeMethod()
-
getDeleteDataExchangeMethod
public static io.grpc.MethodDescriptor<DeleteDataExchangeRequest,com.google.protobuf.Empty> getDeleteDataExchangeMethod()
-
getListListingsMethod
public static io.grpc.MethodDescriptor<ListListingsRequest,ListListingsResponse> getListListingsMethod()
-
getGetListingMethod
public static io.grpc.MethodDescriptor<GetListingRequest,Listing> getGetListingMethod()
-
getCreateListingMethod
public static io.grpc.MethodDescriptor<CreateListingRequest,Listing> getCreateListingMethod()
-
getUpdateListingMethod
public static io.grpc.MethodDescriptor<UpdateListingRequest,Listing> getUpdateListingMethod()
-
getDeleteListingMethod
public static io.grpc.MethodDescriptor<DeleteListingRequest,com.google.protobuf.Empty> getDeleteListingMethod()
-
getSubscribeListingMethod
public static io.grpc.MethodDescriptor<SubscribeListingRequest,SubscribeListingResponse> getSubscribeListingMethod()
-
getGetIamPolicyMethod
public static io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getGetIamPolicyMethod()
-
getSetIamPolicyMethod
public static io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> getSetIamPolicyMethod()
-
getTestIamPermissionsMethod
public static io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> getTestIamPermissionsMethod()
-
newStub
public static AnalyticsHubServiceGrpc.AnalyticsHubServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static AnalyticsHubServiceGrpc.AnalyticsHubServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static AnalyticsHubServiceGrpc.AnalyticsHubServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(AnalyticsHubServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-