Class KeyDashboardServiceClient.ListCryptoKeysPage (0.31.0)

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

Inheritance

java.lang.Object > AbstractPage > KeyDashboardServiceClient.ListCryptoKeysPage

Methods

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

protected KeyDashboardServiceClient.ListCryptoKeysPage createPage(PageContext<ListCryptoKeysRequest,ListCryptoKeysResponse,CryptoKey> context, ListCryptoKeysResponse response)
Parameters
Name Description
context PageContext<ListCryptoKeysRequest,ListCryptoKeysResponse,com.google.cloud.kms.v1.CryptoKey>
response ListCryptoKeysResponse
Returns
Type Description
KeyDashboardServiceClient.ListCryptoKeysPage
Overrides

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

public ApiFuture<KeyDashboardServiceClient.ListCryptoKeysPage> createPageAsync(PageContext<ListCryptoKeysRequest,ListCryptoKeysResponse,CryptoKey> context, ApiFuture<ListCryptoKeysResponse> futureResponse)
Parameters
Name Description
context PageContext<ListCryptoKeysRequest,ListCryptoKeysResponse,com.google.cloud.kms.v1.CryptoKey>
futureResponse ApiFuture<ListCryptoKeysResponse>
Returns
Type Description
ApiFuture<ListCryptoKeysPage>
Overrides