Class AnalyticsAdminServiceClient.ListKeyEventsPage (0.59.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
NameDescription
contextPageContext<ListKeyEventsRequest,ListKeyEventsResponse,KeyEvent>
responseListKeyEventsResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListKeyEventsRequest,ListKeyEventsResponse,KeyEvent>
futureResponseApiFuture<ListKeyEventsResponse>
Returns
TypeDescription
ApiFuture<ListKeyEventsPage>
Overrides