Package com.google.cloud.aiplatform.v1
Class VertexRagDataServiceClient.ListRagFilesPage
java.lang.Object
com.google.api.gax.paging.AbstractPage<ListRagFilesRequest,ListRagFilesResponse,RagFile,VertexRagDataServiceClient.ListRagFilesPage>
com.google.cloud.aiplatform.v1.VertexRagDataServiceClient.ListRagFilesPage
- Enclosing class:
- VertexRagDataServiceClient
public static class VertexRagDataServiceClient.ListRagFilesPage
extends AbstractPage<ListRagFilesRequest,ListRagFilesResponse,RagFile,VertexRagDataServiceClient.ListRagFilesPage>
-
Method Summary
Modifier and TypeMethodDescriptioncreatePage(PageContext<ListRagFilesRequest, ListRagFilesResponse, RagFile> context, ListRagFilesResponse response) createPageAsync(PageContext<ListRagFilesRequest, ListRagFilesResponse, RagFile> context, ApiFuture<ListRagFilesResponse> futureResponse) Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.api.gax.paging.Page
streamAll, streamValues
-
Method Details
-
createPage
protected VertexRagDataServiceClient.ListRagFilesPage createPage(PageContext<ListRagFilesRequest, ListRagFilesResponse, RagFile> context, ListRagFilesResponse response) - Specified by:
createPagein classAbstractPage<ListRagFilesRequest,ListRagFilesResponse, RagFile, VertexRagDataServiceClient.ListRagFilesPage>
-
createPageAsync
public ApiFuture<VertexRagDataServiceClient.ListRagFilesPage> createPageAsync(PageContext<ListRagFilesRequest, ListRagFilesResponse, RagFile> context, ApiFuture<ListRagFilesResponse> futureResponse)
-