Class CmekServiceClient.ListEncryptionConfigsPage (1.93.0)

public static class CmekServiceClient.ListEncryptionConfigsPage extends AbstractPage<ListEncryptionConfigsRequest,ListEncryptionConfigsResponse,EncryptionConfig,CmekServiceClient.ListEncryptionConfigsPage>

Inheritance

java.lang.Object > AbstractPage > CmekServiceClient.ListEncryptionConfigsPage

Methods

createPage(@Nullable PageContext<ListEncryptionConfigsRequest,ListEncryptionConfigsResponse,EncryptionConfig> context, @Nullable ListEncryptionConfigsResponse response)

protected CmekServiceClient.ListEncryptionConfigsPage createPage(@Nullable PageContext<ListEncryptionConfigsRequest,ListEncryptionConfigsResponse,EncryptionConfig> context, @Nullable ListEncryptionConfigsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListEncryptionConfigsRequest,ListEncryptionConfigsResponse,EncryptionConfig>
response @org.jspecify.annotations.Nullable com.google.cloud.dataplex.v1.ListEncryptionConfigsResponse
Returns
Type Description
CmekServiceClient.ListEncryptionConfigsPage
Overrides

createPageAsync(@Nullable PageContext<ListEncryptionConfigsRequest,ListEncryptionConfigsResponse,EncryptionConfig> context, ApiFuture<ListEncryptionConfigsResponse> futureResponse)

public ApiFuture<CmekServiceClient.ListEncryptionConfigsPage> createPageAsync(@Nullable PageContext<ListEncryptionConfigsRequest,ListEncryptionConfigsResponse,EncryptionConfig> context, ApiFuture<ListEncryptionConfigsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListEncryptionConfigsRequest,ListEncryptionConfigsResponse,EncryptionConfig>
futureResponse ApiFuture<ListEncryptionConfigsResponse>
Returns
Type Description
ApiFuture<ListEncryptionConfigsPage>
Overrides