Class StorageControlClient.ListRapidCachesPage (2.71.0)

public static class StorageControlClient.ListRapidCachesPage extends AbstractPage<ListRapidCachesRequest,ListRapidCachesResponse,RapidCache,StorageControlClient.ListRapidCachesPage>

Inheritance

java.lang.Object > AbstractPage > StorageControlClient.ListRapidCachesPage

Methods

createPage(@Nullable PageContext<ListRapidCachesRequest,ListRapidCachesResponse,RapidCache> context, @Nullable ListRapidCachesResponse response)

protected StorageControlClient.ListRapidCachesPage createPage(@Nullable PageContext<ListRapidCachesRequest,ListRapidCachesResponse,RapidCache> context, @Nullable ListRapidCachesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListRapidCachesRequest,ListRapidCachesResponse,RapidCache>
response @org.jspecify.annotations.Nullable com.google.storage.control.v2.ListRapidCachesResponse
Returns
Type Description
StorageControlClient.ListRapidCachesPage
Overrides

createPageAsync(@Nullable PageContext<ListRapidCachesRequest,ListRapidCachesResponse,RapidCache> context, ApiFuture<ListRapidCachesResponse> futureResponse)

public ApiFuture<StorageControlClient.ListRapidCachesPage> createPageAsync(@Nullable PageContext<ListRapidCachesRequest,ListRapidCachesResponse,RapidCache> context, ApiFuture<ListRapidCachesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListRapidCachesRequest,ListRapidCachesResponse,RapidCache>
futureResponse ApiFuture<ListRapidCachesResponse>
Returns
Type Description
ApiFuture<ListRapidCachesPage>
Overrides