Class KeyManagementServiceClient.ListImportJobsPage (2.98.0)

public static class KeyManagementServiceClient.ListImportJobsPage extends AbstractPage<ListImportJobsRequest,ListImportJobsResponse,ImportJob,KeyManagementServiceClient.ListImportJobsPage>

Inheritance

java.lang.Object > AbstractPage > KeyManagementServiceClient.ListImportJobsPage

Methods

createPage(@Nullable PageContext<ListImportJobsRequest,ListImportJobsResponse,ImportJob> context, @Nullable ListImportJobsResponse response)

protected KeyManagementServiceClient.ListImportJobsPage createPage(@Nullable PageContext<ListImportJobsRequest,ListImportJobsResponse,ImportJob> context, @Nullable ListImportJobsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListImportJobsRequest,ListImportJobsResponse,ImportJob>
response @org.jspecify.annotations.Nullable com.google.cloud.kms.v1.ListImportJobsResponse
Returns
Type Description
KeyManagementServiceClient.ListImportJobsPage
Overrides

createPageAsync(@Nullable PageContext<ListImportJobsRequest,ListImportJobsResponse,ImportJob> context, ApiFuture<ListImportJobsResponse> futureResponse)

public ApiFuture<KeyManagementServiceClient.ListImportJobsPage> createPageAsync(@Nullable PageContext<ListImportJobsRequest,ListImportJobsResponse,ImportJob> context, ApiFuture<ListImportJobsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListImportJobsRequest,ListImportJobsResponse,ImportJob>
futureResponse ApiFuture<ListImportJobsResponse>
Returns
Type Description
ApiFuture<ListImportJobsPage>
Overrides