Uses of Class
com.google.cloud.aiplatform.v1beta1.IndexServiceClient.ListIndexesPagedResponse
Packages that use IndexServiceClient.ListIndexesPagedResponse
Package
Description
A client to Vertex AI API
-
Uses of IndexServiceClient.ListIndexesPagedResponse in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return IndexServiceClient.ListIndexesPagedResponseModifier and TypeMethodDescriptionIndexServiceClient.listIndexes(ListIndexesRequest request) Lists Indexes in a Location.IndexServiceClient.listIndexes(LocationName parent) Lists Indexes in a Location.IndexServiceClient.listIndexes(String parent) Lists Indexes in a Location.Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type IndexServiceClient.ListIndexesPagedResponseModifier and TypeMethodDescriptionIndexServiceClient.ListIndexesPagedResponse.createAsync(PageContext<ListIndexesRequest, ListIndexesResponse, Index> context, ApiFuture<ListIndexesResponse> futureResponse) IndexServiceClient.listIndexesPagedCallable()Lists Indexes in a Location.PagedCallSettings.Builder<ListIndexesRequest,ListIndexesResponse, IndexServiceClient.ListIndexesPagedResponse> IndexServiceSettings.Builder.listIndexesSettings()Returns the builder for the settings used for calls to listIndexes.PagedCallSettings<ListIndexesRequest,ListIndexesResponse, IndexServiceClient.ListIndexesPagedResponse> IndexServiceSettings.listIndexesSettings()Returns the object with the settings used for calls to listIndexes. -
Uses of IndexServiceClient.ListIndexesPagedResponse in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type IndexServiceClient.ListIndexesPagedResponseModifier and TypeMethodDescriptionGrpcIndexServiceStub.listIndexesPagedCallable()IndexServiceStub.listIndexesPagedCallable()PagedCallSettings.Builder<ListIndexesRequest,ListIndexesResponse, IndexServiceClient.ListIndexesPagedResponse> IndexServiceStubSettings.Builder.listIndexesSettings()Returns the builder for the settings used for calls to listIndexes.PagedCallSettings<ListIndexesRequest,ListIndexesResponse, IndexServiceClient.ListIndexesPagedResponse> IndexServiceStubSettings.listIndexesSettings()Returns the object with the settings used for calls to listIndexes.