Class SearchServiceStub
- java.lang.Object
-
- com.google.cloud.retail.v2beta.stub.SearchServiceStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
GrpcSearchServiceStub
,HttpJsonSearchServiceStub
@BetaApi @Generated("by gapic-generator-java") public abstract class SearchServiceStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the SearchService service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description SearchServiceStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
close()
com.google.api.gax.rpc.UnaryCallable<SearchRequest,SearchResponse>
searchCallable()
com.google.api.gax.rpc.UnaryCallable<SearchRequest,SearchServiceClient.SearchPagedResponse>
searchPagedCallable()
-
-
-
Method Detail
-
searchPagedCallable
public com.google.api.gax.rpc.UnaryCallable<SearchRequest,SearchServiceClient.SearchPagedResponse> searchPagedCallable()
-
searchCallable
public com.google.api.gax.rpc.UnaryCallable<SearchRequest,SearchResponse> searchCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-