Class JobServiceClient.ListNasJobsPage (3.96.0)

public static class JobServiceClient.ListNasJobsPage extends AbstractPage<ListNasJobsRequest,ListNasJobsResponse,NasJob,JobServiceClient.ListNasJobsPage>

Inheritance

java.lang.Object > AbstractPage > JobServiceClient.ListNasJobsPage

Methods

createPage(@Nullable PageContext<ListNasJobsRequest,ListNasJobsResponse,NasJob> context, @Nullable ListNasJobsResponse response)

protected JobServiceClient.ListNasJobsPage createPage(@Nullable PageContext<ListNasJobsRequest,ListNasJobsResponse,NasJob> context, @Nullable ListNasJobsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListNasJobsRequest,ListNasJobsResponse,NasJob>
response @org.jspecify.annotations.Nullable com.google.cloud.aiplatform.v1beta1.ListNasJobsResponse
Returns
Type Description
JobServiceClient.ListNasJobsPage
Overrides

createPageAsync(@Nullable PageContext<ListNasJobsRequest,ListNasJobsResponse,NasJob> context, ApiFuture<ListNasJobsResponse> futureResponse)

public ApiFuture<JobServiceClient.ListNasJobsPage> createPageAsync(@Nullable PageContext<ListNasJobsRequest,ListNasJobsResponse,NasJob> context, ApiFuture<ListNasJobsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListNasJobsRequest,ListNasJobsResponse,NasJob>
futureResponse ApiFuture<ListNasJobsResponse>
Returns
Type Description
ApiFuture<ListNasJobsPage>
Overrides