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