Class NotebookServiceClient.ListNotebookRuntimeTemplatesPage (3.96.0)

public static class NotebookServiceClient.ListNotebookRuntimeTemplatesPage extends AbstractPage<ListNotebookRuntimeTemplatesRequest,ListNotebookRuntimeTemplatesResponse,NotebookRuntimeTemplate,NotebookServiceClient.ListNotebookRuntimeTemplatesPage>

Inheritance

java.lang.Object > AbstractPage > NotebookServiceClient.ListNotebookRuntimeTemplatesPage

Methods

createPage(@Nullable PageContext<ListNotebookRuntimeTemplatesRequest,ListNotebookRuntimeTemplatesResponse,NotebookRuntimeTemplate> context, @Nullable ListNotebookRuntimeTemplatesResponse response)

protected NotebookServiceClient.ListNotebookRuntimeTemplatesPage createPage(@Nullable PageContext<ListNotebookRuntimeTemplatesRequest,ListNotebookRuntimeTemplatesResponse,NotebookRuntimeTemplate> context, @Nullable ListNotebookRuntimeTemplatesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListNotebookRuntimeTemplatesRequest,ListNotebookRuntimeTemplatesResponse,NotebookRuntimeTemplate>
response @org.jspecify.annotations.Nullable com.google.cloud.aiplatform.v1beta1.ListNotebookRuntimeTemplatesResponse
Returns
Type Description
NotebookServiceClient.ListNotebookRuntimeTemplatesPage
Overrides

createPageAsync(@Nullable PageContext<ListNotebookRuntimeTemplatesRequest,ListNotebookRuntimeTemplatesResponse,NotebookRuntimeTemplate> context, ApiFuture<ListNotebookRuntimeTemplatesResponse> futureResponse)

public ApiFuture<NotebookServiceClient.ListNotebookRuntimeTemplatesPage> createPageAsync(@Nullable PageContext<ListNotebookRuntimeTemplatesRequest,ListNotebookRuntimeTemplatesResponse,NotebookRuntimeTemplate> context, ApiFuture<ListNotebookRuntimeTemplatesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListNotebookRuntimeTemplatesRequest,ListNotebookRuntimeTemplatesResponse,NotebookRuntimeTemplate>
futureResponse ApiFuture<ListNotebookRuntimeTemplatesResponse>
Returns
Type Description
ApiFuture<ListNotebookRuntimeTemplatesPage>
Overrides