Class JobServiceClient.ListCustomJobsPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListCustomJobsRequest,ListCustomJobsResponse,CustomJob,JobServiceClient.ListCustomJobsPage>
-
- com.google.cloud.aiplatform.v1beta1.JobServiceClient.ListCustomJobsPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<CustomJob>
,com.google.api.gax.paging.Page<CustomJob>
- Enclosing class:
- JobServiceClient
public static class JobServiceClient.ListCustomJobsPage extends com.google.api.gax.paging.AbstractPage<ListCustomJobsRequest,ListCustomJobsResponse,CustomJob,JobServiceClient.ListCustomJobsPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected JobServiceClient.ListCustomJobsPage
createPage(com.google.api.gax.rpc.PageContext<ListCustomJobsRequest,ListCustomJobsResponse,CustomJob> context, ListCustomJobsResponse response)
com.google.api.core.ApiFuture<JobServiceClient.ListCustomJobsPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListCustomJobsRequest,ListCustomJobsResponse,CustomJob> context, com.google.api.core.ApiFuture<ListCustomJobsResponse> futureResponse)
-
Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAll
-
-
-
-
Method Detail
-
createPage
protected JobServiceClient.ListCustomJobsPage createPage(com.google.api.gax.rpc.PageContext<ListCustomJobsRequest,ListCustomJobsResponse,CustomJob> context, ListCustomJobsResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListCustomJobsRequest,ListCustomJobsResponse,CustomJob,JobServiceClient.ListCustomJobsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<JobServiceClient.ListCustomJobsPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListCustomJobsRequest,ListCustomJobsResponse,CustomJob> context, com.google.api.core.ApiFuture<ListCustomJobsResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListCustomJobsRequest,ListCustomJobsResponse,CustomJob,JobServiceClient.ListCustomJobsPage>
-
-