Class UserEventServiceClient.ListUserEventsPage (0.102.0)

public static class UserEventServiceClient.ListUserEventsPage extends AbstractPage<ListUserEventsRequest,ListUserEventsResponse,UserEvent,UserEventServiceClient.ListUserEventsPage>

Inheritance

java.lang.Object > AbstractPage > UserEventServiceClient.ListUserEventsPage

Methods

createPage(@Nullable PageContext<ListUserEventsRequest,ListUserEventsResponse,UserEvent> context, @Nullable ListUserEventsResponse response)

protected UserEventServiceClient.ListUserEventsPage createPage(@Nullable PageContext<ListUserEventsRequest,ListUserEventsResponse,UserEvent> context, @Nullable ListUserEventsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListUserEventsRequest,ListUserEventsResponse,UserEvent>
response @org.jspecify.annotations.Nullable com.google.cloud.recommendationengine.v1beta1.ListUserEventsResponse
Returns
Type Description
UserEventServiceClient.ListUserEventsPage
Overrides

createPageAsync(@Nullable PageContext<ListUserEventsRequest,ListUserEventsResponse,UserEvent> context, ApiFuture<ListUserEventsResponse> futureResponse)

public ApiFuture<UserEventServiceClient.ListUserEventsPage> createPageAsync(@Nullable PageContext<ListUserEventsRequest,ListUserEventsResponse,UserEvent> context, ApiFuture<ListUserEventsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListUserEventsRequest,ListUserEventsResponse,UserEvent>
futureResponse ApiFuture<ListUserEventsResponse>
Returns
Type Description
ApiFuture<ListUserEventsPage>
Overrides