Class RecaptchaEnterpriseServiceClient.ListKeysPage (3.92.0)

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

Inheritance

java.lang.Object > AbstractPage > RecaptchaEnterpriseServiceClient.ListKeysPage

Methods

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

protected RecaptchaEnterpriseServiceClient.ListKeysPage createPage(@Nullable PageContext<ListKeysRequest,ListKeysResponse,Key> context, @Nullable ListKeysResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListKeysRequest,ListKeysResponse,Key>
response @org.jspecify.annotations.Nullable com.google.recaptchaenterprise.v1.ListKeysResponse
Returns
Type Description
RecaptchaEnterpriseServiceClient.ListKeysPage
Overrides

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

public ApiFuture<RecaptchaEnterpriseServiceClient.ListKeysPage> createPageAsync(@Nullable PageContext<ListKeysRequest,ListKeysResponse,Key> context, ApiFuture<ListKeysResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListKeysRequest,ListKeysResponse,Key>
futureResponse ApiFuture<ListKeysResponse>
Returns
Type Description
ApiFuture<ListKeysPage>
Overrides