Class ChunkServiceClient.ListChunksPage (0.39.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
Name Description
context PageContext<ListChunksRequest,ListChunksResponse,Chunk>
response ListChunksResponse
Returns
Type Description
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
Name Description
context PageContext<ListChunksRequest,ListChunksResponse,Chunk>
futureResponse ApiFuture<ListChunksResponse>
Returns
Type Description
ApiFuture<ListChunksPage>
Overrides