Class AnalyticsHubServiceClient.ListListingsPage (2.90.0)

public static class AnalyticsHubServiceClient.ListListingsPage extends AbstractPage<ListListingsRequest,ListListingsResponse,Listing,AnalyticsHubServiceClient.ListListingsPage>

Inheritance

java.lang.Object > AbstractPage > AnalyticsHubServiceClient.ListListingsPage

Methods

createPage(@Nullable PageContext<ListListingsRequest,ListListingsResponse,Listing> context, @Nullable ListListingsResponse response)

protected AnalyticsHubServiceClient.ListListingsPage createPage(@Nullable PageContext<ListListingsRequest,ListListingsResponse,Listing> context, @Nullable ListListingsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListListingsRequest,ListListingsResponse,Listing>
response @org.jspecify.annotations.Nullable com.google.cloud.bigquery.dataexchange.v1beta1.ListListingsResponse
Returns
Type Description
AnalyticsHubServiceClient.ListListingsPage
Overrides

createPageAsync(@Nullable PageContext<ListListingsRequest,ListListingsResponse,Listing> context, ApiFuture<ListListingsResponse> futureResponse)

public ApiFuture<AnalyticsHubServiceClient.ListListingsPage> createPageAsync(@Nullable PageContext<ListListingsRequest,ListListingsResponse,Listing> context, ApiFuture<ListListingsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListListingsRequest,ListListingsResponse,Listing>
futureResponse ApiFuture<ListListingsResponse>
Returns
Type Description
ApiFuture<ListListingsPage>
Overrides