Class KeyManagementServiceClient.ListCryptoKeysPage (2.98.0)

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

Inheritance

java.lang.Object > AbstractPage > KeyManagementServiceClient.ListCryptoKeysPage

Methods

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

protected KeyManagementServiceClient.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,CryptoKey>
response @org.jspecify.annotations.Nullable com.google.cloud.kms.v1.ListCryptoKeysResponse
Returns
Type Description
KeyManagementServiceClient.ListCryptoKeysPage
Overrides

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

public ApiFuture<KeyManagementServiceClient.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,CryptoKey>
futureResponse ApiFuture<ListCryptoKeysResponse>
Returns
Type Description
ApiFuture<ListCryptoKeysPage>
Overrides