Class KeyManagementServiceClient.ListKeyRingsPage (2.98.0)

public static class KeyManagementServiceClient.ListKeyRingsPage extends AbstractPage<ListKeyRingsRequest,ListKeyRingsResponse,KeyRing,KeyManagementServiceClient.ListKeyRingsPage>

Inheritance

java.lang.Object > AbstractPage > KeyManagementServiceClient.ListKeyRingsPage

Methods

createPage(@Nullable PageContext<ListKeyRingsRequest,ListKeyRingsResponse,KeyRing> context, @Nullable ListKeyRingsResponse response)

protected KeyManagementServiceClient.ListKeyRingsPage createPage(@Nullable PageContext<ListKeyRingsRequest,ListKeyRingsResponse,KeyRing> context, @Nullable ListKeyRingsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListKeyRingsRequest,ListKeyRingsResponse,KeyRing>
response @org.jspecify.annotations.Nullable com.google.cloud.kms.v1.ListKeyRingsResponse
Returns
Type Description
KeyManagementServiceClient.ListKeyRingsPage
Overrides

createPageAsync(@Nullable PageContext<ListKeyRingsRequest,ListKeyRingsResponse,KeyRing> context, ApiFuture<ListKeyRingsResponse> futureResponse)

public ApiFuture<KeyManagementServiceClient.ListKeyRingsPage> createPageAsync(@Nullable PageContext<ListKeyRingsRequest,ListKeyRingsResponse,KeyRing> context, ApiFuture<ListKeyRingsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListKeyRingsRequest,ListKeyRingsResponse,KeyRing>
futureResponse ApiFuture<ListKeyRingsResponse>
Returns
Type Description
ApiFuture<ListKeyRingsPage>
Overrides