Uses of Class
com.google.cloud.aiplatform.v1beta1.IndexServiceClient.ListIndexesPage
-
Packages that use IndexServiceClient.ListIndexesPage Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of IndexServiceClient.ListIndexesPage in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return IndexServiceClient.ListIndexesPage Modifier and Type Method Description protected IndexServiceClient.ListIndexesPage
IndexServiceClient.ListIndexesPage. createPage(com.google.api.gax.rpc.PageContext<ListIndexesRequest,ListIndexesResponse,Index> context, ListIndexesResponse response)
Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type IndexServiceClient.ListIndexesPage Modifier and Type Method Description com.google.api.core.ApiFuture<IndexServiceClient.ListIndexesPage>
IndexServiceClient.ListIndexesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListIndexesRequest,ListIndexesResponse,Index> context, com.google.api.core.ApiFuture<ListIndexesResponse> futureResponse)
Method parameters in com.google.cloud.aiplatform.v1beta1 with type arguments of type IndexServiceClient.ListIndexesPage Modifier and Type Method Description protected IndexServiceClient.ListIndexesFixedSizeCollection
IndexServiceClient.ListIndexesFixedSizeCollection. createCollection(List<IndexServiceClient.ListIndexesPage> pages, int collectionSize)
-