Class AnalyticsAdminServiceClient.ListEventCreateRulesPage (0.70.0)

publicstaticclassAnalyticsAdminServiceClient.ListEventCreateRulesPageextendsAbstractPage<ListEventCreateRulesRequest,ListEventCreateRulesResponse,EventCreateRule,AnalyticsAdminServiceClient.ListEventCreateRulesPage>

Inheritance

java.lang.Object > AbstractPage > AnalyticsAdminServiceClient.ListEventCreateRulesPage

Methods

createPage(PageContext<ListEventCreateRulesRequest,ListEventCreateRulesResponse,EventCreateRule> context, ListEventCreateRulesResponse response)

protectedAnalyticsAdminServiceClient.ListEventCreateRulesPagecreatePage(PageContext<ListEventCreateRulesRequest,ListEventCreateRulesResponse,EventCreateRule>context,ListEventCreateRulesResponseresponse)
Parameters
NameDescription
contextPageContext<ListEventCreateRulesRequest,ListEventCreateRulesResponse,EventCreateRule>
responseListEventCreateRulesResponse
Returns
TypeDescription
AnalyticsAdminServiceClient.ListEventCreateRulesPage
Overrides

createPageAsync(PageContext<ListEventCreateRulesRequest,ListEventCreateRulesResponse,EventCreateRule> context, ApiFuture<ListEventCreateRulesResponse> futureResponse)

publicApiFuture<AnalyticsAdminServiceClient.ListEventCreateRulesPage>createPageAsync(PageContext<ListEventCreateRulesRequest,ListEventCreateRulesResponse,EventCreateRule>context,ApiFuture<ListEventCreateRulesResponse>futureResponse)
Parameters
NameDescription
contextPageContext<ListEventCreateRulesRequest,ListEventCreateRulesResponse,EventCreateRule>
futureResponseApiFuture<ListEventCreateRulesResponse>
Returns
TypeDescription
ApiFuture<ListEventCreateRulesPage>
Overrides