Class KeyManagementServiceClient.ListCryptoKeysPage (2.61.0)

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)
Overrides

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

public ApiFuture<KeyManagementServiceClient.ListCryptoKeysPage> createPageAsync(PageContext<ListCryptoKeysRequest,ListCryptoKeysResponse,CryptoKey> context, ApiFuture<ListCryptoKeysResponse> futureResponse)
Returns
Type Description
ApiFuture<ListCryptoKeysPage>
Overrides