Package com.google.cloud.aiplatform.v1
Class JobServiceClient.ListCustomJobsPage
java.lang.Object
com.google.api.gax.paging.AbstractPage<ListCustomJobsRequest,ListCustomJobsResponse,CustomJob,JobServiceClient.ListCustomJobsPage>
com.google.cloud.aiplatform.v1.JobServiceClient.ListCustomJobsPage
- Enclosing class:
- JobServiceClient
public static class JobServiceClient.ListCustomJobsPage
extends AbstractPage<ListCustomJobsRequest,ListCustomJobsResponse,CustomJob,JobServiceClient.ListCustomJobsPage>
-
Method Summary
Modifier and TypeMethodDescriptionprotected JobServiceClient.ListCustomJobsPagecreatePage(PageContext<ListCustomJobsRequest, ListCustomJobsResponse, CustomJob> context, ListCustomJobsResponse response) createPageAsync(PageContext<ListCustomJobsRequest, ListCustomJobsResponse, CustomJob> context, ApiFuture<ListCustomJobsResponse> 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.ListCustomJobsPage createPage(PageContext<ListCustomJobsRequest, ListCustomJobsResponse, CustomJob> context, ListCustomJobsResponse response) - Specified by:
createPagein classAbstractPage<ListCustomJobsRequest,ListCustomJobsResponse, CustomJob, JobServiceClient.ListCustomJobsPage>
-
createPageAsync
public ApiFuture<JobServiceClient.ListCustomJobsPage> createPageAsync(PageContext<ListCustomJobsRequest, ListCustomJobsResponse, CustomJob> context, ApiFuture<ListCustomJobsResponse> futureResponse)
-