Class RecaptchaEnterpriseServiceV1Beta1Client.ListKeysPage (2.4.10)

public static class RecaptchaEnterpriseServiceV1Beta1Client.ListKeysPage extends AbstractPage<ListKeysRequest,ListKeysResponse,Key,RecaptchaEnterpriseServiceV1Beta1Client.ListKeysPage>

Inheritance

java.lang.Object > AbstractPage > RecaptchaEnterpriseServiceV1Beta1Client.ListKeysPage

Methods

createPage(PageContext<ListKeysRequest,ListKeysResponse,Key> context, ListKeysResponse response)

protected RecaptchaEnterpriseServiceV1Beta1Client.ListKeysPage createPage(PageContext<ListKeysRequest,ListKeysResponse,Key> context, ListKeysResponse response)
Parameters
NameDescription
contextPageContext<ListKeysRequest,ListKeysResponse,Key>
responseListKeysResponse
Returns
TypeDescription
RecaptchaEnterpriseServiceV1Beta1Client.ListKeysPage
Overrides

createPageAsync(PageContext<ListKeysRequest,ListKeysResponse,Key> context, ApiFuture<ListKeysResponse> futureResponse)

public ApiFuture<RecaptchaEnterpriseServiceV1Beta1Client.ListKeysPage> createPageAsync(PageContext<ListKeysRequest,ListKeysResponse,Key> context, ApiFuture<ListKeysResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListKeysRequest,ListKeysResponse,Key>
futureResponseApiFuture<ListKeysResponse>
Returns
TypeDescription
ApiFuture<ListKeysPage>
Overrides