Uses of Class
com.google.appengine.api.search.GetIndexesRequest
-
Packages that use GetIndexesRequest Package Description com.google.appengine.api.search Provides a service for indexing documents and retrieving them using search queries. -
-
Uses of GetIndexesRequest in com.google.appengine.api.search
Methods in com.google.appengine.api.search that return GetIndexesRequest Modifier and Type Method Description GetIndexesRequestGetIndexesRequest.Builder. build()Methods in com.google.appengine.api.search with parameters of type GetIndexesRequest Modifier and Type Method Description GetResponse<Index>SearchService. getIndexes(GetIndexesRequest request)Gets the indexes specified.Future<GetResponse<Index>>SearchService. getIndexesAsync(GetIndexesRequest request)Gets the indexes requested asynchronously.static GetIndexesRequest.BuilderGetIndexesRequest. newBuilder(GetIndexesRequest request)
-