Class AnalyticsAdminServiceClient.SearchChangeHistoryEventsPage (0.105.0)

public static class AnalyticsAdminServiceClient.SearchChangeHistoryEventsPage extends AbstractPage<SearchChangeHistoryEventsRequest,SearchChangeHistoryEventsResponse,ChangeHistoryEvent,AnalyticsAdminServiceClient.SearchChangeHistoryEventsPage>

Inheritance

java.lang.Object > AbstractPage > AnalyticsAdminServiceClient.SearchChangeHistoryEventsPage

Methods

createPage(@Nullable PageContext<SearchChangeHistoryEventsRequest,SearchChangeHistoryEventsResponse,ChangeHistoryEvent> context, @Nullable SearchChangeHistoryEventsResponse response)

protected AnalyticsAdminServiceClient.SearchChangeHistoryEventsPage createPage(@Nullable PageContext<SearchChangeHistoryEventsRequest,SearchChangeHistoryEventsResponse,ChangeHistoryEvent> context, @Nullable SearchChangeHistoryEventsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<SearchChangeHistoryEventsRequest,SearchChangeHistoryEventsResponse,ChangeHistoryEvent>
response @org.jspecify.annotations.Nullable com.google.analytics.admin.v1alpha.SearchChangeHistoryEventsResponse
Returns
Type Description
AnalyticsAdminServiceClient.SearchChangeHistoryEventsPage
Overrides

createPageAsync(@Nullable PageContext<SearchChangeHistoryEventsRequest,SearchChangeHistoryEventsResponse,ChangeHistoryEvent> context, ApiFuture<SearchChangeHistoryEventsResponse> futureResponse)

public ApiFuture<AnalyticsAdminServiceClient.SearchChangeHistoryEventsPage> createPageAsync(@Nullable PageContext<SearchChangeHistoryEventsRequest,SearchChangeHistoryEventsResponse,ChangeHistoryEvent> context, ApiFuture<SearchChangeHistoryEventsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<SearchChangeHistoryEventsRequest,SearchChangeHistoryEventsResponse,ChangeHistoryEvent>
futureResponse ApiFuture<SearchChangeHistoryEventsResponse>
Returns
Type Description
ApiFuture<SearchChangeHistoryEventsPage>
Overrides