Class ChunkServiceClient.ListChunksPage (0.91.0)

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

Inheritance

java.lang.Object > AbstractPage > ChunkServiceClient.ListChunksPage

Methods

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

protected ChunkServiceClient.ListChunksPage createPage(@Nullable PageContext<ListChunksRequest,ListChunksResponse,Chunk> context, @Nullable ListChunksResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListChunksRequest,ListChunksResponse,Chunk>
response @org.jspecify.annotations.Nullable com.google.cloud.discoveryengine.v1alpha.ListChunksResponse
Returns
Type Description
ChunkServiceClient.ListChunksPage
Overrides

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

public ApiFuture<ChunkServiceClient.ListChunksPage> createPageAsync(@Nullable PageContext<ListChunksRequest,ListChunksResponse,Chunk> context, ApiFuture<ListChunksResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListChunksRequest,ListChunksResponse,Chunk>
futureResponse ApiFuture<ListChunksResponse>
Returns
Type Description
ApiFuture<ListChunksPage>
Overrides