Class AnalyticsHubServiceClient.ListListingsPage (0.40.0)

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

Inheritance

java.lang.Object > AbstractPage > AnalyticsHubServiceClient.ListListingsPage

Methods

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

protected AnalyticsHubServiceClient.ListListingsPage createPage(PageContext<ListListingsRequest,ListListingsResponse,Listing> context, ListListingsResponse response)
Parameters
Name Description
context PageContext<ListListingsRequest,ListListingsResponse,Listing>
response ListListingsResponse
Returns
Type Description
AnalyticsHubServiceClient.ListListingsPage
Overrides

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

public ApiFuture<AnalyticsHubServiceClient.ListListingsPage> createPageAsync(PageContext<ListListingsRequest,ListListingsResponse,Listing> context, ApiFuture<ListListingsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListListingsRequest,ListListingsResponse,Listing>
futureResponse ApiFuture<ListListingsResponse>
Returns
Type Description
ApiFuture<ListListingsPage>
Overrides