Class KeyDashboardServiceClient.ListCryptoKeysPage (0.84.0)

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

Inheritance

java.lang.Object > AbstractPage > KeyDashboardServiceClient.ListCryptoKeysPage

Methods

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

protected KeyDashboardServiceClient.ListCryptoKeysPage createPage(@Nullable PageContext<ListCryptoKeysRequest,ListCryptoKeysResponse,CryptoKey> context, @Nullable ListCryptoKeysResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCryptoKeysRequest,ListCryptoKeysResponse,com.google.cloud.kms.v1.CryptoKey>
response @org.jspecify.annotations.Nullable com.google.cloud.kms.inventory.v1.ListCryptoKeysResponse
Returns
Type Description
KeyDashboardServiceClient.ListCryptoKeysPage
Overrides

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

public ApiFuture<KeyDashboardServiceClient.ListCryptoKeysPage> createPageAsync(@Nullable PageContext<ListCryptoKeysRequest,ListCryptoKeysResponse,CryptoKey> context, ApiFuture<ListCryptoKeysResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCryptoKeysRequest,ListCryptoKeysResponse,com.google.cloud.kms.v1.CryptoKey>
futureResponse ApiFuture<ListCryptoKeysResponse>
Returns
Type Description
ApiFuture<ListCryptoKeysPage>
Overrides