Class AnalyticsAdminServiceClient.ListSubpropertyEventFiltersPage (0.105.0)

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

Inheritance

java.lang.Object > AbstractPage > AnalyticsAdminServiceClient.ListSubpropertyEventFiltersPage

Methods

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

protected AnalyticsAdminServiceClient.ListSubpropertyEventFiltersPage createPage(@Nullable PageContext<ListSubpropertyEventFiltersRequest,ListSubpropertyEventFiltersResponse,SubpropertyEventFilter> context, @Nullable ListSubpropertyEventFiltersResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListSubpropertyEventFiltersRequest,ListSubpropertyEventFiltersResponse,SubpropertyEventFilter>
response @org.jspecify.annotations.Nullable com.google.analytics.admin.v1alpha.ListSubpropertyEventFiltersResponse
Returns
Type Description
AnalyticsAdminServiceClient.ListSubpropertyEventFiltersPage
Overrides

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

public ApiFuture<AnalyticsAdminServiceClient.ListSubpropertyEventFiltersPage> createPageAsync(@Nullable PageContext<ListSubpropertyEventFiltersRequest,ListSubpropertyEventFiltersResponse,SubpropertyEventFilter> context, ApiFuture<ListSubpropertyEventFiltersResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListSubpropertyEventFiltersRequest,ListSubpropertyEventFiltersResponse,SubpropertyEventFilter>
futureResponse ApiFuture<ListSubpropertyEventFiltersResponse>
Returns
Type Description
ApiFuture<ListSubpropertyEventFiltersPage>
Overrides