Class IndexEndpointServiceClient.ListIndexEndpointsPage
java.lang.Object
com.google.api.gax.paging.AbstractPage<ListIndexEndpointsRequest,ListIndexEndpointsResponse,IndexEndpoint,IndexEndpointServiceClient.ListIndexEndpointsPage>
com.google.cloud.aiplatform.v1beta1.IndexEndpointServiceClient.ListIndexEndpointsPage
- All Implemented Interfaces:
AsyncPage<IndexEndpoint>,Page<IndexEndpoint>
- Enclosing class:
- IndexEndpointServiceClient
public static class IndexEndpointServiceClient.ListIndexEndpointsPage
extends AbstractPage<ListIndexEndpointsRequest,ListIndexEndpointsResponse,IndexEndpoint,IndexEndpointServiceClient.ListIndexEndpointsPage>
-
Method Summary
Modifier and TypeMethodDescriptioncreatePage(PageContext<ListIndexEndpointsRequest, ListIndexEndpointsResponse, IndexEndpoint> context, ListIndexEndpointsResponse response) createPageAsync(PageContext<ListIndexEndpointsRequest, ListIndexEndpointsResponse, IndexEndpoint> context, ApiFuture<ListIndexEndpointsResponse> 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 IndexEndpointServiceClient.ListIndexEndpointsPage createPage(PageContext<ListIndexEndpointsRequest, ListIndexEndpointsResponse, IndexEndpoint> context, ListIndexEndpointsResponse response) -
createPageAsync
public ApiFuture<IndexEndpointServiceClient.ListIndexEndpointsPage> createPageAsync(PageContext<ListIndexEndpointsRequest, ListIndexEndpointsResponse, IndexEndpoint> context, ApiFuture<ListIndexEndpointsResponse> futureResponse)
-