Uses of Class
com.google.cloud.bigquery.analyticshub.v1.AnalyticsHubServiceClient.ListListingsPagedResponse
-
Packages that use AnalyticsHubServiceClient.ListListingsPagedResponse Package Description com.google.cloud.bigquery.analyticshub.v1 A client to Analytics Hub APIcom.google.cloud.bigquery.analyticshub.v1.stub -
-
Uses of AnalyticsHubServiceClient.ListListingsPagedResponse in com.google.cloud.bigquery.analyticshub.v1
Methods in com.google.cloud.bigquery.analyticshub.v1 that return AnalyticsHubServiceClient.ListListingsPagedResponse Modifier and Type Method Description AnalyticsHubServiceClient.ListListingsPagedResponse
AnalyticsHubServiceClient. listListings(DataExchangeName parent)
Lists all listings in a given project and location.AnalyticsHubServiceClient.ListListingsPagedResponse
AnalyticsHubServiceClient. listListings(ListListingsRequest request)
Lists all listings in a given project and location.AnalyticsHubServiceClient.ListListingsPagedResponse
AnalyticsHubServiceClient. listListings(String parent)
Lists all listings in a given project and location.Methods in com.google.cloud.bigquery.analyticshub.v1 that return types with arguments of type AnalyticsHubServiceClient.ListListingsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<AnalyticsHubServiceClient.ListListingsPagedResponse>
AnalyticsHubServiceClient.ListListingsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListListingsRequest,ListListingsResponse,Listing> context, com.google.api.core.ApiFuture<ListListingsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListListingsRequest,AnalyticsHubServiceClient.ListListingsPagedResponse>
AnalyticsHubServiceClient. listListingsPagedCallable()
Lists all listings in a given project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListListingsRequest,ListListingsResponse,AnalyticsHubServiceClient.ListListingsPagedResponse>
AnalyticsHubServiceSettings.Builder. listListingsSettings()
Returns the builder for the settings used for calls to listListings.com.google.api.gax.rpc.PagedCallSettings<ListListingsRequest,ListListingsResponse,AnalyticsHubServiceClient.ListListingsPagedResponse>
AnalyticsHubServiceSettings. listListingsSettings()
Returns the object with the settings used for calls to listListings. -
Uses of AnalyticsHubServiceClient.ListListingsPagedResponse in com.google.cloud.bigquery.analyticshub.v1.stub
Methods in com.google.cloud.bigquery.analyticshub.v1.stub that return types with arguments of type AnalyticsHubServiceClient.ListListingsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListListingsRequest,AnalyticsHubServiceClient.ListListingsPagedResponse>
AnalyticsHubServiceStub. listListingsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListListingsRequest,AnalyticsHubServiceClient.ListListingsPagedResponse>
GrpcAnalyticsHubServiceStub. listListingsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListListingsRequest,AnalyticsHubServiceClient.ListListingsPagedResponse>
HttpJsonAnalyticsHubServiceStub. listListingsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListListingsRequest,ListListingsResponse,AnalyticsHubServiceClient.ListListingsPagedResponse>
AnalyticsHubServiceStubSettings.Builder. listListingsSettings()
Returns the builder for the settings used for calls to listListings.com.google.api.gax.rpc.PagedCallSettings<ListListingsRequest,ListListingsResponse,AnalyticsHubServiceClient.ListListingsPagedResponse>
AnalyticsHubServiceStubSettings. listListingsSettings()
Returns the object with the settings used for calls to listListings.
-