Class KeyManagementServiceClient.ListKeyRingsPage (2.11.0)

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

Inheritance

java.lang.Object > AbstractPage > KeyManagementServiceClient.ListKeyRingsPage

Methods

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

protected KeyManagementServiceClient.ListKeyRingsPage createPage(PageContext<ListKeyRingsRequest,ListKeyRingsResponse,KeyRing> context, ListKeyRingsResponse response)
Parameters
NameDescription
contextPageContext<ListKeyRingsRequest,ListKeyRingsResponse,KeyRing>
responseListKeyRingsResponse
Returns
TypeDescription
KeyManagementServiceClient.ListKeyRingsPage
Overrides

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

public ApiFuture<KeyManagementServiceClient.ListKeyRingsPage> createPageAsync(PageContext<ListKeyRingsRequest,ListKeyRingsResponse,KeyRing> context, ApiFuture<ListKeyRingsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListKeyRingsRequest,ListKeyRingsResponse,KeyRing>
futureResponseApiFuture<ListKeyRingsResponse>
Returns
TypeDescription
ApiFuture<ListKeyRingsPage>
Overrides