Class SessionServiceClient.ListEventsPage (3.96.0)

public static class SessionServiceClient.ListEventsPage extends AbstractPage<ListEventsRequest,ListEventsResponse,SessionEvent,SessionServiceClient.ListEventsPage>

Inheritance

java.lang.Object > AbstractPage > SessionServiceClient.ListEventsPage

Methods

createPage(@Nullable PageContext<ListEventsRequest,ListEventsResponse,SessionEvent> context, @Nullable ListEventsResponse response)

protected SessionServiceClient.ListEventsPage createPage(@Nullable PageContext<ListEventsRequest,ListEventsResponse,SessionEvent> context, @Nullable ListEventsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListEventsRequest,ListEventsResponse,SessionEvent>
response @org.jspecify.annotations.Nullable com.google.cloud.aiplatform.v1beta1.ListEventsResponse
Returns
Type Description
SessionServiceClient.ListEventsPage
Overrides

createPageAsync(@Nullable PageContext<ListEventsRequest,ListEventsResponse,SessionEvent> context, ApiFuture<ListEventsResponse> futureResponse)

public ApiFuture<SessionServiceClient.ListEventsPage> createPageAsync(@Nullable PageContext<ListEventsRequest,ListEventsResponse,SessionEvent> context, ApiFuture<ListEventsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListEventsRequest,ListEventsResponse,SessionEvent>
futureResponse ApiFuture<ListEventsResponse>
Returns
Type Description
ApiFuture<ListEventsPage>
Overrides