Class NotebookServiceClient.ListNotebookExecutionJobsPage (3.96.0)

public static class NotebookServiceClient.ListNotebookExecutionJobsPage extends AbstractPage<ListNotebookExecutionJobsRequest,ListNotebookExecutionJobsResponse,NotebookExecutionJob,NotebookServiceClient.ListNotebookExecutionJobsPage>

Inheritance

java.lang.Object > AbstractPage > NotebookServiceClient.ListNotebookExecutionJobsPage

Methods

createPage(@Nullable PageContext<ListNotebookExecutionJobsRequest,ListNotebookExecutionJobsResponse,NotebookExecutionJob> context, @Nullable ListNotebookExecutionJobsResponse response)

protected NotebookServiceClient.ListNotebookExecutionJobsPage createPage(@Nullable PageContext<ListNotebookExecutionJobsRequest,ListNotebookExecutionJobsResponse,NotebookExecutionJob> context, @Nullable ListNotebookExecutionJobsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListNotebookExecutionJobsRequest,ListNotebookExecutionJobsResponse,NotebookExecutionJob>
response @org.jspecify.annotations.Nullable com.google.cloud.aiplatform.v1beta1.ListNotebookExecutionJobsResponse
Returns
Type Description
NotebookServiceClient.ListNotebookExecutionJobsPage
Overrides

createPageAsync(@Nullable PageContext<ListNotebookExecutionJobsRequest,ListNotebookExecutionJobsResponse,NotebookExecutionJob> context, ApiFuture<ListNotebookExecutionJobsResponse> futureResponse)

public ApiFuture<NotebookServiceClient.ListNotebookExecutionJobsPage> createPageAsync(@Nullable PageContext<ListNotebookExecutionJobsRequest,ListNotebookExecutionJobsResponse,NotebookExecutionJob> context, ApiFuture<ListNotebookExecutionJobsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListNotebookExecutionJobsRequest,ListNotebookExecutionJobsResponse,NotebookExecutionJob>
futureResponse ApiFuture<ListNotebookExecutionJobsResponse>
Returns
Type Description
ApiFuture<ListNotebookExecutionJobsPage>
Overrides