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