Class AnalyticsHubServiceGrpc.AnalyticsHubServiceFutureStub (2.7.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 2.7.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  AnalyticsHubServiceGrpc . AnalyticsHubServiceFutureStub   extends   AbstractFutureStub<AnalyticsHubServiceGrpc . AnalyticsHubServiceFutureStub > 
   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  >  
    io.grpc.stub.AbstractStub  >  
    io.grpc.stub.AbstractFutureStub  >  
    AnalyticsHubServiceGrpc.AnalyticsHubServiceFutureStub 
   
  
    Inherited Members 
    
      io.grpc.stub.AbstractFutureStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel) 
    
    
      io.grpc.stub.AbstractFutureStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel,io.grpc.CallOptions) 
    
    
      io.grpc.stub.AbstractStub.<T>withOption(io.grpc.CallOptions.Key<T>,T) 
    
    
      io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions) 
    
    
      io.grpc.stub.AbstractStub.getCallOptions() 
    
    
      io.grpc.stub.AbstractStub.getChannel() 
    
    
      io.grpc.stub.AbstractStub.withCallCredentials(io.grpc.CallCredentials) 
    
    
      io.grpc.stub.AbstractStub.withChannel(io.grpc.Channel) 
    
    
      io.grpc.stub.AbstractStub.withCompression(java.lang.String) 
    
    
      io.grpc.stub.AbstractStub.withDeadline(io.grpc.Deadline) 
    
    
      io.grpc.stub.AbstractStub.withDeadlineAfter(long,java.util.concurrent.TimeUnit) 
    
    
      io.grpc.stub.AbstractStub.withExecutor(java.util.concurrent.Executor) 
    
    
      io.grpc.stub.AbstractStub.withInterceptors(io.grpc.ClientInterceptor...) 
    
    
      io.grpc.stub.AbstractStub.withMaxInboundMessageSize(int) 
    
    
      io.grpc.stub.AbstractStub.withMaxOutboundMessageSize(int) 
    
    
      io.grpc.stub.AbstractStub.withWaitForReady() 
    
    
    
    
    
    
    
    
    
    
    
    
   
  Methods
   
  build(Channel channel, CallOptions callOptions) 
  
    
protected   AnalyticsHubServiceGrpc . AnalyticsHubServiceFutureStub   build ( Channel   channel ,   CallOptions   callOptions )  
  Parameters 
  
    
      
        Name Description  
      
        channelio.grpc.Channel  
      
        callOptionsio.grpc.CallOptions  
     
  
  Returns 
  
  Overrides 
  io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions) 
  createDataExchange(CreateDataExchangeRequest request) 
  
    
public   ListenableFuture<DataExchange>   createDataExchange ( CreateDataExchangeRequest   request )  
   Creates a new data exchange.
Parameter 
  
  Returns 
  
    
      
        Type Description  
      
        com.google.common.util.concurrent.ListenableFuture <DataExchange > 
     
  
  createListing(CreateListingRequest request) 
  
    
public   ListenableFuture<Listing>   createListing ( CreateListingRequest   request )  
  
  Parameter 
  
  Returns 
  
    
      
        Type Description  
      
        com.google.common.util.concurrent.ListenableFuture <Listing > 
     
  
  deleteDataExchange(DeleteDataExchangeRequest request) 
  
    
public   ListenableFuture<Empty>   deleteDataExchange ( DeleteDataExchangeRequest   request )  
   Deletes an existing data exchange.
Parameter 
  
  Returns 
  
    
      
        Type Description  
      
        com.google.common.util.concurrent.ListenableFuture <Empty > 
     
  
  deleteListing(DeleteListingRequest request) 
  
    
public   ListenableFuture<Empty>   deleteListing ( DeleteListingRequest   request )  
  
  Parameter 
  
  Returns 
  
    
      
        Type Description  
      
        com.google.common.util.concurrent.ListenableFuture <Empty > 
     
  
  getDataExchange(GetDataExchangeRequest request) 
  
    
public   ListenableFuture<DataExchange>   getDataExchange ( GetDataExchangeRequest   request )  
   Gets the details of a data exchange.
Parameter 
  
  Returns 
  
    
      
        Type Description  
      
        com.google.common.util.concurrent.ListenableFuture <DataExchange > 
     
  
  getIamPolicy(GetIamPolicyRequest request) 
  
    
public   ListenableFuture<Policy>   getIamPolicy ( GetIamPolicyRequest   request )  
  
  Parameter 
  
    
      
        Name Description  
      
        requestcom.google.iam.v1.GetIamPolicyRequest  
     
  
  Returns 
  
    
      
        Type Description  
      
        com.google.common.util.concurrent.ListenableFuture <com.google.iam.v1.Policy > 
     
  
  getListing(GetListingRequest request) 
  
    
public   ListenableFuture<Listing>   getListing ( GetListingRequest   request )  
   Gets the details of a listing.
Parameter 
  
  Returns 
  
    
      
        Type Description  
      
        com.google.common.util.concurrent.ListenableFuture <Listing > 
     
  
  listDataExchanges(ListDataExchangesRequest request) 
  
    
public   ListenableFuture<ListDataExchangesResponse>   listDataExchanges ( ListDataExchangesRequest   request )  
   Lists all data exchanges in a given project and location.
Parameter 
  
  Returns 
  
  listListings(ListListingsRequest request) 
  
    
public   ListenableFuture<ListListingsResponse>   listListings ( ListListingsRequest   request )  
   Lists all listings in a given project and location.
Parameter 
  
  Returns 
  
  listOrgDataExchanges(ListOrgDataExchangesRequest request) 
  
    
public   ListenableFuture<ListOrgDataExchangesResponse>   listOrgDataExchanges ( ListOrgDataExchangesRequest   request )  
   Lists all data exchanges from projects in a given organization and
 location.
Parameter 
  
  Returns 
  
  setIamPolicy(SetIamPolicyRequest request) 
  
    
public   ListenableFuture<Policy>   setIamPolicy ( SetIamPolicyRequest   request )  
  
  Parameter 
  
    
      
        Name Description  
      
        requestcom.google.iam.v1.SetIamPolicyRequest  
     
  
  Returns 
  
    
      
        Type Description  
      
        com.google.common.util.concurrent.ListenableFuture <com.google.iam.v1.Policy > 
     
  
  subscribeListing(SubscribeListingRequest request) 
  
    
public   ListenableFuture<SubscribeListingResponse>   subscribeListing ( SubscribeListingRequest   request )  
   Subscribes to a listing.
 Currently, with Analytics Hub, you can create listings that
 reference only BigQuery datasets.
 Upon subscription to a listing for a BigQuery dataset, Analytics Hub
 creates a linked dataset in the subscriber's project.
Parameter 
  
  Returns 
  
  testIamPermissions(TestIamPermissionsRequest request) 
  
    
public   ListenableFuture<TestIamPermissionsResponse>   testIamPermissions ( TestIamPermissionsRequest   request )  
   Returns the permissions that a caller has.
Parameter 
  
    
      
        Name Description  
      
        requestcom.google.iam.v1.TestIamPermissionsRequest  
     
  
  Returns 
  
    
      
        Type Description  
      
        com.google.common.util.concurrent.ListenableFuture <com.google.iam.v1.TestIamPermissionsResponse > 
     
  
  updateDataExchange(UpdateDataExchangeRequest request) 
  
    
public   ListenableFuture<DataExchange>   updateDataExchange ( UpdateDataExchangeRequest   request )  
   Updates an existing data exchange.
Parameter 
  
  Returns 
  
    
      
        Type Description  
      
        com.google.common.util.concurrent.ListenableFuture <DataExchange > 
     
  
  updateListing(UpdateListingRequest request) 
  
    
public   ListenableFuture<Listing>   updateListing ( UpdateListingRequest   request )  
   Updates an existing listing.
Parameter 
  
  Returns 
  
    
      
        Type Description  
      
        com.google.common.util.concurrent.ListenableFuture <Listing > 
     
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-28 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-28 UTC."],[],[]]