Class AnalyticsAdminServiceClient.ListKeyEventsPage (0.70.0)

publicstaticclassAnalyticsAdminServiceClient.ListKeyEventsPageextendsAbstractPage<ListKeyEventsRequest,ListKeyEventsResponse,KeyEvent,AnalyticsAdminServiceClient.ListKeyEventsPage>

Inheritance

java.lang.Object > AbstractPage > AnalyticsAdminServiceClient.ListKeyEventsPage

Methods

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

protectedAnalyticsAdminServiceClient.ListKeyEventsPagecreatePage(PageContext<ListKeyEventsRequest,ListKeyEventsResponse,KeyEvent>context,ListKeyEventsResponseresponse)
Parameters
NameDescription
contextPageContext<ListKeyEventsRequest,ListKeyEventsResponse,KeyEvent>
responseListKeyEventsResponse
Returns
TypeDescription
AnalyticsAdminServiceClient.ListKeyEventsPage
Overrides

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

publicApiFuture<AnalyticsAdminServiceClient.ListKeyEventsPage>createPageAsync(PageContext<ListKeyEventsRequest,ListKeyEventsResponse,KeyEvent>context,ApiFuture<ListKeyEventsResponse>futureResponse)
Parameters
NameDescription
contextPageContext<ListKeyEventsRequest,ListKeyEventsResponse,KeyEvent>
futureResponseApiFuture<ListKeyEventsResponse>
Returns
TypeDescription
ApiFuture<ListKeyEventsPage>
Overrides