Class ChunkServiceClient.ListChunksPage (0.37.0)

public static class ChunkServiceClient.ListChunksPage extends AbstractPage<ListChunksRequest,ListChunksResponse,Chunk,ChunkServiceClient.ListChunksPage>

Inheritance

java.lang.Object > AbstractPage > ChunkServiceClient.ListChunksPage

Methods

createPage(PageContext<ListChunksRequest,ListChunksResponse,Chunk> context, ListChunksResponse response)

protected ChunkServiceClient.ListChunksPage createPage(PageContext<ListChunksRequest,ListChunksResponse,Chunk> context, ListChunksResponse response)
Parameters
NameDescription
contextPageContext<ListChunksRequest,ListChunksResponse,Chunk>
responseListChunksResponse
Returns
TypeDescription
ChunkServiceClient.ListChunksPage
Overrides

createPageAsync(PageContext<ListChunksRequest,ListChunksResponse,Chunk> context, ApiFuture<ListChunksResponse> futureResponse)

public ApiFuture<ChunkServiceClient.ListChunksPage> createPageAsync(PageContext<ListChunksRequest,ListChunksResponse,Chunk> context, ApiFuture<ListChunksResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListChunksRequest,ListChunksResponse,Chunk>
futureResponseApiFuture<ListChunksResponse>
Returns
TypeDescription
ApiFuture<ListChunksPage>
Overrides