Class SearchServiceGrpc.SearchServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<SearchServiceGrpc.SearchServiceBlockingStub>
-
- com.google.cloud.discoveryengine.v1.SearchServiceGrpc.SearchServiceBlockingStub
-
- Enclosing class:
- SearchServiceGrpc
public static final class SearchServiceGrpc.SearchServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<SearchServiceGrpc.SearchServiceBlockingStub>
A stub to allow clients to do synchronous rpc calls to service SearchService.Service for search.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SearchServiceGrpc.SearchServiceBlockingStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
SearchResponse
search(SearchRequest request)
Performs a search.
-
-
-
Method Detail
-
build
protected SearchServiceGrpc.SearchServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<SearchServiceGrpc.SearchServiceBlockingStub>
-
search
public SearchResponse search(SearchRequest request)
Performs a search.
-
-