Class BatchJobServiceClient.ListBatchJobResultsPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListBatchJobResultsRequest,ListBatchJobResultsResponse,BatchJobResult,BatchJobServiceClient.ListBatchJobResultsPage>
-
- com.google.ads.googleads.v10.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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BatchJobServiceClient.ListBatchJobResultsPagecreatePage(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)
-
-
-
Method Detail
-
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>
-
-