Class StoragePoolTypesClient.ListPage (1.105.0)

public static class StoragePoolTypesClient.ListPage extends AbstractPage<ListStoragePoolTypesRequest,StoragePoolTypeList,StoragePoolType,StoragePoolTypesClient.ListPage>

Inheritance

java.lang.Object > AbstractPage > StoragePoolTypesClient.ListPage

Methods

createPage(@Nullable PageContext<ListStoragePoolTypesRequest,StoragePoolTypeList,StoragePoolType> context, @Nullable StoragePoolTypeList response)

protected StoragePoolTypesClient.ListPage createPage(@Nullable PageContext<ListStoragePoolTypesRequest,StoragePoolTypeList,StoragePoolType> context, @Nullable StoragePoolTypeList response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListStoragePoolTypesRequest,StoragePoolTypeList,StoragePoolType>
response @org.jspecify.annotations.Nullable com.google.cloud.compute.v1.StoragePoolTypeList
Returns
Type Description
StoragePoolTypesClient.ListPage
Overrides

createPageAsync(@Nullable PageContext<ListStoragePoolTypesRequest,StoragePoolTypeList,StoragePoolType> context, ApiFuture<StoragePoolTypeList> futureResponse)

public ApiFuture<StoragePoolTypesClient.ListPage> createPageAsync(@Nullable PageContext<ListStoragePoolTypesRequest,StoragePoolTypeList,StoragePoolType> context, ApiFuture<StoragePoolTypeList> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListStoragePoolTypesRequest,StoragePoolTypeList,StoragePoolType>
futureResponse ApiFuture<StoragePoolTypeList>
Returns
Type Description
ApiFuture<ListPage>
Overrides