Class SessionControllerClient.ListSessionsPage (4.91.1)

public static class SessionControllerClient.ListSessionsPage extends AbstractPage<ListSessionsRequest,ListSessionsResponse,Session,SessionControllerClient.ListSessionsPage>

Inheritance

java.lang.Object > AbstractPage > SessionControllerClient.ListSessionsPage

Methods

createPage(@Nullable PageContext<ListSessionsRequest,ListSessionsResponse,Session> context, @Nullable ListSessionsResponse response)

protected SessionControllerClient.ListSessionsPage createPage(@Nullable PageContext<ListSessionsRequest,ListSessionsResponse,Session> context, @Nullable ListSessionsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListSessionsRequest,ListSessionsResponse,Session>
response @org.jspecify.annotations.Nullable com.google.cloud.dataproc.v1.ListSessionsResponse
Returns
Type Description
SessionControllerClient.ListSessionsPage
Overrides

createPageAsync(@Nullable PageContext<ListSessionsRequest,ListSessionsResponse,Session> context, ApiFuture<ListSessionsResponse> futureResponse)

public ApiFuture<SessionControllerClient.ListSessionsPage> createPageAsync(@Nullable PageContext<ListSessionsRequest,ListSessionsResponse,Session> context, ApiFuture<ListSessionsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListSessionsRequest,ListSessionsResponse,Session>
futureResponse ApiFuture<ListSessionsResponse>
Returns
Type Description
ApiFuture<ListSessionsPage>
Overrides