Class AnalyticsHubServiceGrpc.AnalyticsHubServiceBlockingStub (2.0.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 2.0.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  AnalyticsHubServiceGrpc . AnalyticsHubServiceBlockingStub   extends   AbstractBlockingStub<AnalyticsHubServiceGrpc . AnalyticsHubServiceBlockingStub > 
   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.AbstractBlockingStub  >  
    AnalyticsHubServiceGrpc.AnalyticsHubServiceBlockingStub 
   
  
    Inherited Members 
    
      io.grpc.stub.AbstractBlockingStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel) 
    
    
      io.grpc.stub.AbstractBlockingStub.<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 . AnalyticsHubServiceBlockingStub   build ( Channel   channel ,   CallOptions   callOptions )  
  Parameters 
  
    
      
        Name Description  
      
        channel io.grpc.Channel  
      
        callOptions io.grpc.CallOptions  
     
  
  Returns 
  
  Overrides 
  io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions) 
  createDataExchange(CreateDataExchangeRequest request) 
  
    
public   DataExchange   createDataExchange ( CreateDataExchangeRequest   request )  
   Creates a new data exchange.
Parameter 
  
  Returns 
  
  createListing(CreateListingRequest request) 
  
    
public   Listing   createListing ( CreateListingRequest   request )  
  
  Parameter 
  
  Returns 
  
  deleteDataExchange(DeleteDataExchangeRequest request) 
  
    
public   Empty   deleteDataExchange ( DeleteDataExchangeRequest   request )  
   Deletes an existing data exchange.
Parameter 
  
  Returns 
  
  deleteListing(DeleteListingRequest request) 
  
    
public   Empty   deleteListing ( DeleteListingRequest   request )  
  
  Parameter 
  
  Returns 
  
  getDataExchange(GetDataExchangeRequest request) 
  
    
public   DataExchange   getDataExchange ( GetDataExchangeRequest   request )  
   Gets the details of a data exchange.
Parameter 
  
  Returns 
  
  getIamPolicy(GetIamPolicyRequest request) 
  
    
public   Policy   getIamPolicy ( GetIamPolicyRequest   request )  
  
  Parameter 
  
    
      
        Name Description  
      
        request com.google.iam.v1.GetIamPolicyRequest  
     
  
  Returns 
  
    
      
        Type Description  
      
        com.google.iam.v1.Policy  
     
  
  getListing(GetListingRequest request) 
  
    
public   Listing   getListing ( GetListingRequest   request )  
   Gets the details of a listing.
Parameter 
  
  Returns 
  
  listDataExchanges(ListDataExchangesRequest request) 
  
    
public   ListDataExchangesResponse   listDataExchanges ( ListDataExchangesRequest   request )  
   Lists all data exchanges in a given project and location.
Parameter 
  
  Returns 
  
  listListings(ListListingsRequest request) 
  
    
public   ListListingsResponse   listListings ( ListListingsRequest   request )  
   Lists all listings in a given project and location.
Parameter 
  
  Returns 
  
  listOrgDataExchanges(ListOrgDataExchangesRequest request) 
  
    
public   ListOrgDataExchangesResponse   listOrgDataExchanges ( ListOrgDataExchangesRequest   request )  
   Lists all data exchanges from projects in a given organization and
 location.
Parameter 
  
  Returns 
  
  setIamPolicy(SetIamPolicyRequest request) 
  
    
public   Policy   setIamPolicy ( SetIamPolicyRequest   request )  
  
  Parameter 
  
    
      
        Name Description  
      
        request com.google.iam.v1.SetIamPolicyRequest  
     
  
  Returns 
  
    
      
        Type Description  
      
        com.google.iam.v1.Policy  
     
  
  subscribeListing(SubscribeListingRequest request) 
  
    
public   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   TestIamPermissionsResponse   testIamPermissions ( TestIamPermissionsRequest   request )  
   Returns the permissions that a caller has.
Parameter 
  
    
      
        Name Description  
      
        request com.google.iam.v1.TestIamPermissionsRequest  
     
  
  Returns 
  
    
      
        Type Description  
      
        com.google.iam.v1.TestIamPermissionsResponse  
     
  
  updateDataExchange(UpdateDataExchangeRequest request) 
  
    
public   DataExchange   updateDataExchange ( UpdateDataExchangeRequest   request )  
   Updates an existing data exchange.
Parameter 
  
  Returns 
  
  updateListing(UpdateListingRequest request) 
  
    
public   Listing   updateListing ( UpdateListingRequest   request )  
   Updates an existing listing.
Parameter 
  
  Returns 
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  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."],[],[]]