Class RecaptchaEnterpriseServiceV1Beta1Client.ListKeysPage (2.3.1)

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
Name Description
context PageContext<ListKeysRequest,ListKeysResponse,Key>
response ListKeysResponse
Returns
Type Description
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
Name Description
context PageContext<ListKeysRequest,ListKeysResponse,Key>
futureResponse ApiFuture<ListKeysResponse>
Returns
Type Description
ApiFuture<ListKeysPage>
Overrides