Package com.google.cloud.aiplatform.v1
Class IndexServiceClient.ListIndexesPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListIndexesRequest,ListIndexesResponse,Index,IndexServiceClient.ListIndexesPage>
-
- com.google.cloud.aiplatform.v1.IndexServiceClient.ListIndexesPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<Index>
,com.google.api.gax.paging.Page<Index>
- Enclosing class:
- IndexServiceClient
public static class IndexServiceClient.ListIndexesPage extends com.google.api.gax.paging.AbstractPage<ListIndexesRequest,ListIndexesResponse,Index,IndexServiceClient.ListIndexesPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IndexServiceClient.ListIndexesPage
createPage(com.google.api.gax.rpc.PageContext<ListIndexesRequest,ListIndexesResponse,Index> context, ListIndexesResponse response)
com.google.api.core.ApiFuture<IndexServiceClient.ListIndexesPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListIndexesRequest,ListIndexesResponse,Index> context, com.google.api.core.ApiFuture<ListIndexesResponse> futureResponse)
-
Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAll
-
-
-
-
Method Detail
-
createPage
protected IndexServiceClient.ListIndexesPage createPage(com.google.api.gax.rpc.PageContext<ListIndexesRequest,ListIndexesResponse,Index> context, ListIndexesResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListIndexesRequest,ListIndexesResponse,Index,IndexServiceClient.ListIndexesPage>
-
createPageAsync
public com.google.api.core.ApiFuture<IndexServiceClient.ListIndexesPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListIndexesRequest,ListIndexesResponse,Index> context, com.google.api.core.ApiFuture<ListIndexesResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListIndexesRequest,ListIndexesResponse,Index,IndexServiceClient.ListIndexesPage>
-
-