Class AnalyticsAdminServiceClient.ListKeyEventsPage (0.57.0)

public static class AnalyticsAdminServiceClient.ListKeyEventsPage extends AbstractPage<ListKeyEventsRequest,ListKeyEventsResponse,KeyEvent,AnalyticsAdminServiceClient.ListKeyEventsPage>

Inheritance

java.lang.Object > AbstractPage > AnalyticsAdminServiceClient.ListKeyEventsPage

Methods

createPage(PageContext<ListKeyEventsRequest,ListKeyEventsResponse,KeyEvent> context, ListKeyEventsResponse response)

protected AnalyticsAdminServiceClient.ListKeyEventsPage createPage(PageContext<ListKeyEventsRequest,ListKeyEventsResponse,KeyEvent> context, ListKeyEventsResponse response)
Parameters
Name Description
context PageContext<ListKeyEventsRequest,ListKeyEventsResponse,KeyEvent>
response ListKeyEventsResponse
Returns
Type Description
AnalyticsAdminServiceClient.ListKeyEventsPage
Overrides

createPageAsync(PageContext<ListKeyEventsRequest,ListKeyEventsResponse,KeyEvent> context, ApiFuture<ListKeyEventsResponse> futureResponse)

public ApiFuture<AnalyticsAdminServiceClient.ListKeyEventsPage> createPageAsync(PageContext<ListKeyEventsRequest,ListKeyEventsResponse,KeyEvent> context, ApiFuture<ListKeyEventsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListKeyEventsRequest,ListKeyEventsResponse,KeyEvent>
futureResponse ApiFuture<ListKeyEventsResponse>
Returns
Type Description
ApiFuture<ListKeyEventsPage>
Overrides