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