Class KeyManagementServiceClient.ListCryptoKeysPage (2.3.1)

public static class KeyManagementServiceClient.ListCryptoKeysPage extends AbstractPage<ListCryptoKeysRequest,ListCryptoKeysResponse,CryptoKey,KeyManagementServiceClient.ListCryptoKeysPage>

Inheritance

java.lang.Object > AbstractPage > KeyManagementServiceClient.ListCryptoKeysPage

Methods

createPage(PageContext<ListCryptoKeysRequest,ListCryptoKeysResponse,CryptoKey> context, ListCryptoKeysResponse response)

protected KeyManagementServiceClient.ListCryptoKeysPage createPage(PageContext<ListCryptoKeysRequest,ListCryptoKeysResponse,CryptoKey> context, ListCryptoKeysResponse response)
Parameters
NameDescription
contextPageContext<ListCryptoKeysRequest,ListCryptoKeysResponse,CryptoKey>
responseListCryptoKeysResponse
Returns
TypeDescription
KeyManagementServiceClient.ListCryptoKeysPage
Overrides

createPageAsync(PageContext<ListCryptoKeysRequest,ListCryptoKeysResponse,CryptoKey> context, ApiFuture<ListCryptoKeysResponse> futureResponse)

public ApiFuture<KeyManagementServiceClient.ListCryptoKeysPage> createPageAsync(PageContext<ListCryptoKeysRequest,ListCryptoKeysResponse,CryptoKey> context, ApiFuture<ListCryptoKeysResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListCryptoKeysRequest,ListCryptoKeysResponse,CryptoKey>
futureResponseApiFuture<ListCryptoKeysResponse>
Returns
TypeDescription
ApiFuture<ListCryptoKeysPage>
Overrides