Class VertexRagDataServiceClient.ListRagCorporaPage (3.96.0)

public static class VertexRagDataServiceClient.ListRagCorporaPage extends AbstractPage<ListRagCorporaRequest,ListRagCorporaResponse,RagCorpus,VertexRagDataServiceClient.ListRagCorporaPage>

Inheritance

java.lang.Object > AbstractPage > VertexRagDataServiceClient.ListRagCorporaPage

Methods

createPage(@Nullable PageContext<ListRagCorporaRequest,ListRagCorporaResponse,RagCorpus> context, @Nullable ListRagCorporaResponse response)

protected VertexRagDataServiceClient.ListRagCorporaPage createPage(@Nullable PageContext<ListRagCorporaRequest,ListRagCorporaResponse,RagCorpus> context, @Nullable ListRagCorporaResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListRagCorporaRequest,ListRagCorporaResponse,RagCorpus>
response @org.jspecify.annotations.Nullable com.google.cloud.aiplatform.v1.ListRagCorporaResponse
Returns
Type Description
VertexRagDataServiceClient.ListRagCorporaPage
Overrides

createPageAsync(@Nullable PageContext<ListRagCorporaRequest,ListRagCorporaResponse,RagCorpus> context, ApiFuture<ListRagCorporaResponse> futureResponse)

public ApiFuture<VertexRagDataServiceClient.ListRagCorporaPage> createPageAsync(@Nullable PageContext<ListRagCorporaRequest,ListRagCorporaResponse,RagCorpus> context, ApiFuture<ListRagCorporaResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListRagCorporaRequest,ListRagCorporaResponse,RagCorpus>
futureResponse ApiFuture<ListRagCorporaResponse>
Returns
Type Description
ApiFuture<ListRagCorporaPage>
Overrides