Class AnalyticsHubServiceStub
- java.lang.Object
-
- com.google.cloud.bigquery.analyticshub.v1.stub.AnalyticsHubServiceStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
GrpcAnalyticsHubServiceStub
,HttpJsonAnalyticsHubServiceStub
@Generated("by gapic-generator-java") public abstract class AnalyticsHubServiceStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the AnalyticsHubService service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description AnalyticsHubServiceStub()
-
Method Summary
-
-
-
Method Detail
-
listDataExchangesPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListDataExchangesRequest,AnalyticsHubServiceClient.ListDataExchangesPagedResponse> listDataExchangesPagedCallable()
-
listDataExchangesCallable
public com.google.api.gax.rpc.UnaryCallable<ListDataExchangesRequest,ListDataExchangesResponse> listDataExchangesCallable()
-
listOrgDataExchangesPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListOrgDataExchangesRequest,AnalyticsHubServiceClient.ListOrgDataExchangesPagedResponse> listOrgDataExchangesPagedCallable()
-
listOrgDataExchangesCallable
public com.google.api.gax.rpc.UnaryCallable<ListOrgDataExchangesRequest,ListOrgDataExchangesResponse> listOrgDataExchangesCallable()
-
getDataExchangeCallable
public com.google.api.gax.rpc.UnaryCallable<GetDataExchangeRequest,DataExchange> getDataExchangeCallable()
-
createDataExchangeCallable
public com.google.api.gax.rpc.UnaryCallable<CreateDataExchangeRequest,DataExchange> createDataExchangeCallable()
-
updateDataExchangeCallable
public com.google.api.gax.rpc.UnaryCallable<UpdateDataExchangeRequest,DataExchange> updateDataExchangeCallable()
-
deleteDataExchangeCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteDataExchangeRequest,com.google.protobuf.Empty> deleteDataExchangeCallable()
-
listListingsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListListingsRequest,AnalyticsHubServiceClient.ListListingsPagedResponse> listListingsPagedCallable()
-
listListingsCallable
public com.google.api.gax.rpc.UnaryCallable<ListListingsRequest,ListListingsResponse> listListingsCallable()
-
getListingCallable
public com.google.api.gax.rpc.UnaryCallable<GetListingRequest,Listing> getListingCallable()
-
createListingCallable
public com.google.api.gax.rpc.UnaryCallable<CreateListingRequest,Listing> createListingCallable()
-
updateListingCallable
public com.google.api.gax.rpc.UnaryCallable<UpdateListingRequest,Listing> updateListingCallable()
-
deleteListingCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteListingRequest,com.google.protobuf.Empty> deleteListingCallable()
-
subscribeListingCallable
public com.google.api.gax.rpc.UnaryCallable<SubscribeListingRequest,SubscribeListingResponse> subscribeListingCallable()
-
getIamPolicyCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicyCallable()
-
setIamPolicyCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicyCallable()
-
testIamPermissionsCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-