Class NotebookServiceClient.ListExecutionsPage (1.93.0)

public static class NotebookServiceClient.ListExecutionsPage extends AbstractPage<ListExecutionsRequest,ListExecutionsResponse,Execution,NotebookServiceClient.ListExecutionsPage>

Inheritance

java.lang.Object > AbstractPage > NotebookServiceClient.ListExecutionsPage

Methods

createPage(@Nullable PageContext<ListExecutionsRequest,ListExecutionsResponse,Execution> context, @Nullable ListExecutionsResponse response)

protected NotebookServiceClient.ListExecutionsPage createPage(@Nullable PageContext<ListExecutionsRequest,ListExecutionsResponse,Execution> context, @Nullable ListExecutionsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListExecutionsRequest,ListExecutionsResponse,Execution>
response @org.jspecify.annotations.Nullable com.google.cloud.notebooks.v1.ListExecutionsResponse
Returns
Type Description
NotebookServiceClient.ListExecutionsPage
Overrides

createPageAsync(@Nullable PageContext<ListExecutionsRequest,ListExecutionsResponse,Execution> context, ApiFuture<ListExecutionsResponse> futureResponse)

public ApiFuture<NotebookServiceClient.ListExecutionsPage> createPageAsync(@Nullable PageContext<ListExecutionsRequest,ListExecutionsResponse,Execution> context, ApiFuture<ListExecutionsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListExecutionsRequest,ListExecutionsResponse,Execution>
futureResponse ApiFuture<ListExecutionsResponse>
Returns
Type Description
ApiFuture<ListExecutionsPage>
Overrides