Class StorageClient.ListObjectsPage (2.71.0)

public static class StorageClient.ListObjectsPage extends AbstractPage<ListObjectsRequest,ListObjectsResponse,Object,StorageClient.ListObjectsPage>

Inheritance

java.lang.Object > AbstractPage > StorageClient.ListObjectsPage

Methods

createPage(@Nullable PageContext<ListObjectsRequest,ListObjectsResponse,Object> context, @Nullable ListObjectsResponse response)

protected StorageClient.ListObjectsPage createPage(@Nullable PageContext<ListObjectsRequest,ListObjectsResponse,Object> context, @Nullable ListObjectsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListObjectsRequest,ListObjectsResponse,Object>
response @org.jspecify.annotations.Nullable com.google.storage.v2.ListObjectsResponse
Returns
Type Description
StorageClient.ListObjectsPage
Overrides

createPageAsync(@Nullable PageContext<ListObjectsRequest,ListObjectsResponse,Object> context, ApiFuture<ListObjectsResponse> futureResponse)

public ApiFuture<StorageClient.ListObjectsPage> createPageAsync(@Nullable PageContext<ListObjectsRequest,ListObjectsResponse,Object> context, ApiFuture<ListObjectsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListObjectsRequest,ListObjectsResponse,Object>
futureResponse ApiFuture<ListObjectsResponse>
Returns
Type Description
ApiFuture<ListObjectsPage>
Overrides