Class RecaptchaEnterpriseServiceClient.ListKeysPage
java.lang.Object
com.google.api.gax.paging.AbstractPage<ListKeysRequest,ListKeysResponse,Key,RecaptchaEnterpriseServiceClient.ListKeysPage>
com.google.cloud.recaptchaenterprise.v1.RecaptchaEnterpriseServiceClient.ListKeysPage
- Enclosing class:
- RecaptchaEnterpriseServiceClient
public static class RecaptchaEnterpriseServiceClient.ListKeysPage
extends AbstractPage<ListKeysRequest,ListKeysResponse,Key,RecaptchaEnterpriseServiceClient.ListKeysPage>
-
Method Summary
Modifier and TypeMethodDescriptioncreatePage(PageContext<ListKeysRequest, ListKeysResponse, Key> context, ListKeysResponse response) createPageAsync(PageContext<ListKeysRequest, ListKeysResponse, Key> context, ApiFuture<ListKeysResponse> 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 RecaptchaEnterpriseServiceClient.ListKeysPage createPage(PageContext<ListKeysRequest, ListKeysResponse, Key> context, ListKeysResponse response) - Specified by:
createPagein classAbstractPage<ListKeysRequest,ListKeysResponse, Key, RecaptchaEnterpriseServiceClient.ListKeysPage>
-
createPageAsync
public ApiFuture<RecaptchaEnterpriseServiceClient.ListKeysPage> createPageAsync(PageContext<ListKeysRequest, ListKeysResponse, Key> context, ApiFuture<ListKeysResponse> futureResponse)
-