public static final class ReportServiceGrpc.ReportServiceBlockingStub extends AbstractBlockingStub<ReportServiceGrpc.ReportServiceBlockingStub>
A stub to allow clients to do synchronous 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.AbstractBlockingStub > ReportServiceGrpc.ReportServiceBlockingStubMethods
build(Channel channel, CallOptions callOptions)
protected ReportServiceGrpc.ReportServiceBlockingStub build(Channel channel, CallOptions callOptions)
Parameters | |
---|---|
Name | Description |
channel | io.grpc.Channel |
callOptions | io.grpc.CallOptions |
Returns | |
---|---|
Type | Description |
ReportServiceGrpc.ReportServiceBlockingStub |
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
search(SearchRequest request)
public 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 |
SearchResponse |