Class AnalyticsAdminServiceClient.ListSubpropertyEventFiltersPage (0.51.0)

public static class AnalyticsAdminServiceClient.ListSubpropertyEventFiltersPage extends AbstractPage<ListSubpropertyEventFiltersRequest,ListSubpropertyEventFiltersResponse,SubpropertyEventFilter,AnalyticsAdminServiceClient.ListSubpropertyEventFiltersPage>

Inheritance

java.lang.Object > AbstractPage > AnalyticsAdminServiceClient.ListSubpropertyEventFiltersPage

Methods

createPage(PageContext<ListSubpropertyEventFiltersRequest,ListSubpropertyEventFiltersResponse,SubpropertyEventFilter> context, ListSubpropertyEventFiltersResponse response)

protected AnalyticsAdminServiceClient.ListSubpropertyEventFiltersPage createPage(PageContext<ListSubpropertyEventFiltersRequest,ListSubpropertyEventFiltersResponse,SubpropertyEventFilter> context, ListSubpropertyEventFiltersResponse response)
Parameters
NameDescription
contextPageContext<ListSubpropertyEventFiltersRequest,ListSubpropertyEventFiltersResponse,SubpropertyEventFilter>
responseListSubpropertyEventFiltersResponse
Returns
TypeDescription
AnalyticsAdminServiceClient.ListSubpropertyEventFiltersPage
Overrides

createPageAsync(PageContext<ListSubpropertyEventFiltersRequest,ListSubpropertyEventFiltersResponse,SubpropertyEventFilter> context, ApiFuture<ListSubpropertyEventFiltersResponse> futureResponse)

public ApiFuture<AnalyticsAdminServiceClient.ListSubpropertyEventFiltersPage> createPageAsync(PageContext<ListSubpropertyEventFiltersRequest,ListSubpropertyEventFiltersResponse,SubpropertyEventFilter> context, ApiFuture<ListSubpropertyEventFiltersResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListSubpropertyEventFiltersRequest,ListSubpropertyEventFiltersResponse,SubpropertyEventFilter>
futureResponseApiFuture<ListSubpropertyEventFiltersResponse>
Returns
TypeDescription
ApiFuture<ListSubpropertyEventFiltersPage>
Overrides