Package com.google.cloud.retail.v2
Class SearchServiceGrpc.SearchServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<SearchServiceGrpc.SearchServiceStub>
-
- com.google.cloud.retail.v2.SearchServiceGrpc.SearchServiceStub
-
- Enclosing class:
- SearchServiceGrpc
public static final class SearchServiceGrpc.SearchServiceStub extends io.grpc.stub.AbstractAsyncStub<SearchServiceGrpc.SearchServiceStub>
A stub to allow clients to do asynchronous rpc calls to service SearchService.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 Concrete Methods Modifier and Type Method Description protected SearchServiceGrpc.SearchServiceStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
void
search(SearchRequest request, io.grpc.stub.StreamObserver<SearchResponse> responseObserver)
Performs a search.
-
-
-
Method Detail
-
build
protected SearchServiceGrpc.SearchServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<SearchServiceGrpc.SearchServiceStub>
-
search
public 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.
-
-