Class BatchJobServiceClient.ListBatchJobResultsPage
java.lang.Object
com.google.api.gax.paging.AbstractPage<ListBatchJobResultsRequest,ListBatchJobResultsResponse,BatchJobResult,BatchJobServiceClient.ListBatchJobResultsPage>
com.google.ads.googleads.v18.services.BatchJobServiceClient.ListBatchJobResultsPage
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<BatchJobResult>,com.google.api.gax.paging.Page<BatchJobResult>
- Enclosing class:
- BatchJobServiceClient
public static class BatchJobServiceClient.ListBatchJobResultsPage
extends com.google.api.gax.paging.AbstractPage<ListBatchJobResultsRequest,ListBatchJobResultsResponse,BatchJobResult,BatchJobServiceClient.ListBatchJobResultsPage>
-
Method Summary
Modifier and TypeMethodDescriptioncreatePage(com.google.api.gax.rpc.PageContext<ListBatchJobResultsRequest, ListBatchJobResultsResponse, BatchJobResult> context, ListBatchJobResultsResponse response) com.google.api.core.ApiFuture<BatchJobServiceClient.ListBatchJobResultsPage>createPageAsync(com.google.api.gax.rpc.PageContext<ListBatchJobResultsRequest, ListBatchJobResultsResponse, BatchJobResult> context, com.google.api.core.ApiFuture<ListBatchJobResultsResponse> 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 BatchJobServiceClient.ListBatchJobResultsPage createPage(com.google.api.gax.rpc.PageContext<ListBatchJobResultsRequest, ListBatchJobResultsResponse, BatchJobResult> context, ListBatchJobResultsResponse response) - Specified by:
createPagein classcom.google.api.gax.paging.AbstractPage<ListBatchJobResultsRequest,ListBatchJobResultsResponse, BatchJobResult, BatchJobServiceClient.ListBatchJobResultsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<BatchJobServiceClient.ListBatchJobResultsPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListBatchJobResultsRequest, ListBatchJobResultsResponse, BatchJobResult> context, com.google.api.core.ApiFuture<ListBatchJobResultsResponse> futureResponse) - Overrides:
createPageAsyncin classcom.google.api.gax.paging.AbstractPage<ListBatchJobResultsRequest,ListBatchJobResultsResponse, BatchJobResult, BatchJobServiceClient.ListBatchJobResultsPage>
-