Package com.google.cloud.retail.v2alpha
Interface SearchServiceGrpc.AsyncService
-
- All Known Implementing Classes:
SearchServiceGrpc.SearchServiceImplBase
- Enclosing class:
- SearchServiceGrpc
public static interface SearchServiceGrpc.AsyncService
Service for search. This feature is only available for users who have Retail Search enabled. Enable Retail Search on Cloud Console before using this feature.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
search(SearchRequest request, io.grpc.stub.StreamObserver<SearchResponse> responseObserver)
Performs a search.
-
-
-
Method Detail
-
search
default void search(SearchRequest request, io.grpc.stub.StreamObserver<SearchResponse> responseObserver)
Performs a search. This feature is only available for users who have Retail Search enabled. Enable Retail Search on Cloud Console before using this feature.
-
-