Package com.google.cloud.aiplatform.v1
Class SessionServiceClient.ListSessionsPage
java.lang.Object
com.google.api.gax.paging.AbstractPage<ListSessionsRequest,ListSessionsResponse,Session,SessionServiceClient.ListSessionsPage>
com.google.cloud.aiplatform.v1.SessionServiceClient.ListSessionsPage
- Enclosing class:
- SessionServiceClient
public static class SessionServiceClient.ListSessionsPage
extends AbstractPage<ListSessionsRequest,ListSessionsResponse,Session,SessionServiceClient.ListSessionsPage>
-
Method Summary
Modifier and TypeMethodDescriptionprotected SessionServiceClient.ListSessionsPagecreatePage(PageContext<ListSessionsRequest, ListSessionsResponse, Session> context, ListSessionsResponse response) createPageAsync(PageContext<ListSessionsRequest, ListSessionsResponse, Session> context, ApiFuture<ListSessionsResponse> 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 SessionServiceClient.ListSessionsPage createPage(PageContext<ListSessionsRequest, ListSessionsResponse, Session> context, ListSessionsResponse response) - Specified by:
createPagein classAbstractPage<ListSessionsRequest,ListSessionsResponse, Session, SessionServiceClient.ListSessionsPage>
-
createPageAsync
public ApiFuture<SessionServiceClient.ListSessionsPage> createPageAsync(PageContext<ListSessionsRequest, ListSessionsResponse, Session> context, ApiFuture<ListSessionsResponse> futureResponse)
-