Package com.google.cloud.aiplatform.v1
Class JobServiceClient.ListNasJobsPage
java.lang.Object
com.google.api.gax.paging.AbstractPage<ListNasJobsRequest,ListNasJobsResponse,NasJob,JobServiceClient.ListNasJobsPage>
com.google.cloud.aiplatform.v1.JobServiceClient.ListNasJobsPage
- Enclosing class:
- JobServiceClient
public static class JobServiceClient.ListNasJobsPage
extends AbstractPage<ListNasJobsRequest,ListNasJobsResponse,NasJob,JobServiceClient.ListNasJobsPage>
-
Method Summary
Modifier and TypeMethodDescriptionprotected JobServiceClient.ListNasJobsPagecreatePage(PageContext<ListNasJobsRequest, ListNasJobsResponse, NasJob> context, ListNasJobsResponse response) createPageAsync(PageContext<ListNasJobsRequest, ListNasJobsResponse, NasJob> context, ApiFuture<ListNasJobsResponse> futureResponse) Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.api.gax.paging.Page
streamAll, streamValues
-
Method Details
-
createPage
protected JobServiceClient.ListNasJobsPage createPage(PageContext<ListNasJobsRequest, ListNasJobsResponse, NasJob> context, ListNasJobsResponse response) - Specified by:
createPagein classAbstractPage<ListNasJobsRequest,ListNasJobsResponse, NasJob, JobServiceClient.ListNasJobsPage>
-
createPageAsync
public ApiFuture<JobServiceClient.ListNasJobsPage> createPageAsync(PageContext<ListNasJobsRequest, ListNasJobsResponse, NasJob> context, ApiFuture<ListNasJobsResponse> futureResponse) - Overrides:
createPageAsyncin classAbstractPage<ListNasJobsRequest,ListNasJobsResponse, NasJob, JobServiceClient.ListNasJobsPage>
-