Class AnalyticsHubServiceClient.ListListingsPage (2.28.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
NameDescription
contextPageContext<ListListingsRequest,ListListingsResponse,Listing>
responseListListingsResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListListingsRequest,ListListingsResponse,Listing>
futureResponseApiFuture<ListListingsResponse>
Returns
TypeDescription
ApiFuture<ListListingsPage>
Overrides