Class KeyManagementServiceClient.ListCryptoKeysPage (2.45.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)
Parameters
Name Description
context PageContext<ListCryptoKeysRequest,ListCryptoKeysResponse,CryptoKey>
response ListCryptoKeysResponse
Returns
Type Description
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
Name Description
context PageContext<ListCryptoKeysRequest,ListCryptoKeysResponse,CryptoKey>
futureResponse ApiFuture<ListCryptoKeysResponse>
Returns
Type Description
ApiFuture<ListCryptoKeysPage>
Overrides