Class StorageControlClient.ListManagedFoldersPage (2.71.0)

public static class StorageControlClient.ListManagedFoldersPage extends AbstractPage<ListManagedFoldersRequest,ListManagedFoldersResponse,ManagedFolder,StorageControlClient.ListManagedFoldersPage>

Inheritance

java.lang.Object > AbstractPage > StorageControlClient.ListManagedFoldersPage

Methods

createPage(@Nullable PageContext<ListManagedFoldersRequest,ListManagedFoldersResponse,ManagedFolder> context, @Nullable ListManagedFoldersResponse response)

protected StorageControlClient.ListManagedFoldersPage createPage(@Nullable PageContext<ListManagedFoldersRequest,ListManagedFoldersResponse,ManagedFolder> context, @Nullable ListManagedFoldersResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListManagedFoldersRequest,ListManagedFoldersResponse,ManagedFolder>
response @org.jspecify.annotations.Nullable com.google.storage.control.v2.ListManagedFoldersResponse
Returns
Type Description
StorageControlClient.ListManagedFoldersPage
Overrides

createPageAsync(@Nullable PageContext<ListManagedFoldersRequest,ListManagedFoldersResponse,ManagedFolder> context, ApiFuture<ListManagedFoldersResponse> futureResponse)

public ApiFuture<StorageControlClient.ListManagedFoldersPage> createPageAsync(@Nullable PageContext<ListManagedFoldersRequest,ListManagedFoldersResponse,ManagedFolder> context, ApiFuture<ListManagedFoldersResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListManagedFoldersRequest,ListManagedFoldersResponse,ManagedFolder>
futureResponse ApiFuture<ListManagedFoldersResponse>
Returns
Type Description
ApiFuture<ListManagedFoldersPage>
Overrides