Class ApiKeysClient.ListKeysPage (0.93.0)

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

Inheritance

java.lang.Object > AbstractPage > ApiKeysClient.ListKeysPage

Methods

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

protected ApiKeysClient.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.api.apikeys.v2.ListKeysResponse
Returns
Type Description
ApiKeysClient.ListKeysPage
Overrides

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

public ApiFuture<ApiKeysClient.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