Class ManagedNotebookServiceClient.ListRuntimesPage (1.93.0)

public static class ManagedNotebookServiceClient.ListRuntimesPage extends AbstractPage<ListRuntimesRequest,ListRuntimesResponse,Runtime,ManagedNotebookServiceClient.ListRuntimesPage>

Inheritance

java.lang.Object > AbstractPage > ManagedNotebookServiceClient.ListRuntimesPage

Methods

createPage(@Nullable PageContext<ListRuntimesRequest,ListRuntimesResponse,Runtime> context, @Nullable ListRuntimesResponse response)

protected ManagedNotebookServiceClient.ListRuntimesPage createPage(@Nullable PageContext<ListRuntimesRequest,ListRuntimesResponse,Runtime> context, @Nullable ListRuntimesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListRuntimesRequest,ListRuntimesResponse,Runtime>
response @org.jspecify.annotations.Nullable com.google.cloud.notebooks.v1.ListRuntimesResponse
Returns
Type Description
ManagedNotebookServiceClient.ListRuntimesPage
Overrides

createPageAsync(@Nullable PageContext<ListRuntimesRequest,ListRuntimesResponse,Runtime> context, ApiFuture<ListRuntimesResponse> futureResponse)

public ApiFuture<ManagedNotebookServiceClient.ListRuntimesPage> createPageAsync(@Nullable PageContext<ListRuntimesRequest,ListRuntimesResponse,Runtime> context, ApiFuture<ListRuntimesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListRuntimesRequest,ListRuntimesResponse,Runtime>
futureResponse ApiFuture<ListRuntimesResponse>
Returns
Type Description
ApiFuture<ListRuntimesPage>
Overrides