Package com.google.cloud.talent.v4beta1
Class JobServiceClient.SearchJobsForAlertPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<SearchJobsRequest,SearchJobsResponse,SearchJobsResponse.MatchingJob,JobServiceClient.SearchJobsForAlertPage>
-
- com.google.cloud.talent.v4beta1.JobServiceClient.SearchJobsForAlertPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<SearchJobsResponse.MatchingJob>
,com.google.api.gax.paging.Page<SearchJobsResponse.MatchingJob>
- Enclosing class:
- JobServiceClient
public static class JobServiceClient.SearchJobsForAlertPage extends com.google.api.gax.paging.AbstractPage<SearchJobsRequest,SearchJobsResponse,SearchJobsResponse.MatchingJob,JobServiceClient.SearchJobsForAlertPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected JobServiceClient.SearchJobsForAlertPage
createPage(com.google.api.gax.rpc.PageContext<SearchJobsRequest,SearchJobsResponse,SearchJobsResponse.MatchingJob> context, SearchJobsResponse response)
com.google.api.core.ApiFuture<JobServiceClient.SearchJobsForAlertPage>
createPageAsync(com.google.api.gax.rpc.PageContext<SearchJobsRequest,SearchJobsResponse,SearchJobsResponse.MatchingJob> context, com.google.api.core.ApiFuture<SearchJobsResponse> 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.SearchJobsForAlertPage createPage(com.google.api.gax.rpc.PageContext<SearchJobsRequest,SearchJobsResponse,SearchJobsResponse.MatchingJob> context, SearchJobsResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<SearchJobsRequest,SearchJobsResponse,SearchJobsResponse.MatchingJob,JobServiceClient.SearchJobsForAlertPage>
-
createPageAsync
public com.google.api.core.ApiFuture<JobServiceClient.SearchJobsForAlertPage> createPageAsync(com.google.api.gax.rpc.PageContext<SearchJobsRequest,SearchJobsResponse,SearchJobsResponse.MatchingJob> context, com.google.api.core.ApiFuture<SearchJobsResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<SearchJobsRequest,SearchJobsResponse,SearchJobsResponse.MatchingJob,JobServiceClient.SearchJobsForAlertPage>
-
-