Interface ReportServiceGrpc.AsyncService (0.21.0)

public static interface ReportServiceGrpc.AsyncService

Service for retrieving reports and insights about your products, their performance, and their competitive environment on Google.

Methods

search(SearchRequest request, StreamObserver<SearchResponse> responseObserver)

public default void search(SearchRequest request, StreamObserver<SearchResponse> responseObserver)

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.

Parameters
Name Description
request SearchRequest
responseObserver io.grpc.stub.StreamObserver<SearchResponse>