Class NetAppClient.ListKmsConfigsPage (0.74.0)

public static class NetAppClient.ListKmsConfigsPage extends AbstractPage<ListKmsConfigsRequest,ListKmsConfigsResponse,KmsConfig,NetAppClient.ListKmsConfigsPage>

Inheritance

java.lang.Object > AbstractPage > NetAppClient.ListKmsConfigsPage

Methods

createPage(@Nullable PageContext<ListKmsConfigsRequest,ListKmsConfigsResponse,KmsConfig> context, @Nullable ListKmsConfigsResponse response)

protected NetAppClient.ListKmsConfigsPage createPage(@Nullable PageContext<ListKmsConfigsRequest,ListKmsConfigsResponse,KmsConfig> context, @Nullable ListKmsConfigsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListKmsConfigsRequest,ListKmsConfigsResponse,KmsConfig>
response @org.jspecify.annotations.Nullable com.google.cloud.netapp.v1.ListKmsConfigsResponse
Returns
Type Description
NetAppClient.ListKmsConfigsPage
Overrides

createPageAsync(@Nullable PageContext<ListKmsConfigsRequest,ListKmsConfigsResponse,KmsConfig> context, ApiFuture<ListKmsConfigsResponse> futureResponse)

public ApiFuture<NetAppClient.ListKmsConfigsPage> createPageAsync(@Nullable PageContext<ListKmsConfigsRequest,ListKmsConfigsResponse,KmsConfig> context, ApiFuture<ListKmsConfigsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListKmsConfigsRequest,ListKmsConfigsResponse,KmsConfig>
futureResponse ApiFuture<ListKmsConfigsResponse>
Returns
Type Description
ApiFuture<ListKmsConfigsPage>
Overrides