public static final class ReportServiceGrpc.ReportServiceFutureStub extends AbstractFutureStub<ReportServiceGrpc.ReportServiceFutureStub>A stub to allow clients to do ListenableFuture-style rpc calls to service ReportService.
Service for retrieving reports and insights about your products, their performance, and their competitive environment on Google.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractFutureStub > ReportServiceGrpc.ReportServiceFutureStubMethods
build(Channel channel, CallOptions callOptions)
protected ReportServiceGrpc.ReportServiceFutureStub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
ReportServiceGrpc.ReportServiceFutureStub |
|
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
search(SearchRequest request)
public ListenableFuture<SearchResponse> search(SearchRequest request) Retrieves a report defined by a search query. The response might contain
fewer rows than specified by page_size. Rely on next_page_token to
determine if there are more rows to be requested.
| Parameter | |
|---|---|
| Name | Description |
request |
SearchRequest |
| Returns | |
|---|---|
| Type | Description |
com.google.common.util.concurrent.ListenableFuture<SearchResponse> |
|