Class KeyDashboardServiceClient.ListCryptoKeysPage (0.24.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
NameDescription
contextPageContext<ListCryptoKeysRequest,ListCryptoKeysResponse,com.google.cloud.kms.v1.CryptoKey>
responseListCryptoKeysResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListCryptoKeysRequest,ListCryptoKeysResponse,com.google.cloud.kms.v1.CryptoKey>
futureResponseApiFuture<ListCryptoKeysResponse>
Returns
TypeDescription
ApiFuture<ListCryptoKeysPage>
Overrides