Send feedback
Class AnalyticsHubServiceGrpc.AnalyticsHubServiceStub (0.2.1)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.2.1 keyboard_arrow_down
public static final class AnalyticsHubServiceGrpc . AnalyticsHubServiceStub extends AbstractAsyncStub<AnalyticsHubServiceGrpc . AnalyticsHubServiceStub >
The AnalyticsHubService API facilitates data sharing within and across
organizations. It allows data providers to publish Listings --- a
discoverable and searchable SKU representing a dataset. Data consumers can
subscribe to Listings. Upon subscription, AnalyticsHub provisions a "Linked
Datasets" surfacing the data in the consumer's project.
Inheritance
java.lang.Object >
io.grpc.stub.AbstractStub >
io.grpc.stub.AbstractAsyncStub >
AnalyticsHubServiceGrpc.AnalyticsHubServiceStub
Inherited Members
io.grpc.stub.AbstractAsyncStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel)
io.grpc.stub.AbstractAsyncStub.<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 . AnalyticsHubServiceStub 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, StreamObserver<DataExchange> responseObserver)
public void createDataExchange ( CreateDataExchangeRequest request , StreamObserver<DataExchange> responseObserver )
Creates a new DataExchange in a given project and location.
Parameters
createListing(CreateListingRequest request, StreamObserver<Listing> responseObserver)
public void createListing ( CreateListingRequest request , StreamObserver<Listing> responseObserver )
Creates a new Listing in a given project and location.
Parameters
deleteDataExchange(DeleteDataExchangeRequest request, StreamObserver<Empty> responseObserver)
public void deleteDataExchange ( DeleteDataExchangeRequest request , StreamObserver<Empty> responseObserver )
Deletes a single DataExchange.
Parameters
deleteListing(DeleteListingRequest request, StreamObserver<Empty> responseObserver)
public void deleteListing ( DeleteListingRequest request , StreamObserver<Empty> responseObserver )
Deletes a single Listing, as long as there are no subscriptions
associated with the source of this Listing.
Parameters
getDataExchange(GetDataExchangeRequest request, StreamObserver<DataExchange> responseObserver)
public void getDataExchange ( GetDataExchangeRequest request , StreamObserver<DataExchange> responseObserver )
Gets details of a single DataExchange.
Parameters
getIamPolicy(GetIamPolicyRequest request, StreamObserver<Policy> responseObserver)
public void getIamPolicy ( GetIamPolicyRequest request , StreamObserver<Policy> responseObserver )
Gets the IAM policy for a dataExchange or a listing.
Parameters
Name Description request com.google.iam.v1.GetIamPolicyRequest
responseObserver io.grpc.stub.StreamObserver <com.google.iam.v1.Policy >
getListing(GetListingRequest request, StreamObserver<Listing> responseObserver)
public void getListing ( GetListingRequest request , StreamObserver<Listing> responseObserver )
Gets details of a single Listing.
Parameters
listDataExchanges(ListDataExchangesRequest request, StreamObserver<ListDataExchangesResponse> responseObserver)
public void listDataExchanges ( ListDataExchangesRequest request , StreamObserver<ListDataExchangesResponse> responseObserver )
Lists DataExchanges in a given project and location.
Parameters
listListings(ListListingsRequest request, StreamObserver<ListListingsResponse> responseObserver)
public void listListings ( ListListingsRequest request , StreamObserver<ListListingsResponse> responseObserver )
Lists Listings in a given project and location.
Parameters
listOrgDataExchanges(ListOrgDataExchangesRequest request, StreamObserver<ListOrgDataExchangesResponse> responseObserver)
public void listOrgDataExchanges ( ListOrgDataExchangesRequest request , StreamObserver<ListOrgDataExchangesResponse> responseObserver )
Lists DataExchanges from projects in a given organization and location.
Parameters
setIamPolicy(SetIamPolicyRequest request, StreamObserver<Policy> responseObserver)
public void setIamPolicy ( SetIamPolicyRequest request , StreamObserver<Policy> responseObserver )
Sets the IAM policy for a dataExchange or a listing.
Parameters
Name Description request com.google.iam.v1.SetIamPolicyRequest
responseObserver io.grpc.stub.StreamObserver <com.google.iam.v1.Policy >
subscribeListing(SubscribeListingRequest request, StreamObserver<SubscribeListingResponse> responseObserver)
public void subscribeListing ( SubscribeListingRequest request , StreamObserver<SubscribeListingResponse> responseObserver )
Subscribes to a single Listing.
Data Exchange currently supports one type of Listing: a BigQuery dataset.
Upon subscription to a Listing for a BigQuery dataset, Data Exchange
creates a linked dataset in the subscriber's project.
Parameters
testIamPermissions(TestIamPermissionsRequest request, StreamObserver<TestIamPermissionsResponse> responseObserver)
public void testIamPermissions ( TestIamPermissionsRequest request , StreamObserver<TestIamPermissionsResponse> responseObserver )
Returns the permissions that a caller has on a specified dataExchange or
listing.
Parameters
Name Description request com.google.iam.v1.TestIamPermissionsRequest
responseObserver io.grpc.stub.StreamObserver <com.google.iam.v1.TestIamPermissionsResponse >
updateDataExchange(UpdateDataExchangeRequest request, StreamObserver<DataExchange> responseObserver)
public void updateDataExchange ( UpdateDataExchangeRequest request , StreamObserver<DataExchange> responseObserver )
Updates the parameters of a single DataExchange.
Parameters
updateListing(UpdateListingRequest request, StreamObserver<Listing> responseObserver)
public void updateListing ( UpdateListingRequest request , StreamObserver<Listing> responseObserver )
Updates the parameters of a single Listing.
Parameters
Send feedback
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-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]