Class ReportService.ReportServiceBase
Base class for server-side implementations of ReportService
Namespace: Google.Shopping.Merchant.Reports.V1Beta
Assembly: Google.Shopping.Merchant.Reports.V1Beta.dll
Syntax
[BindServiceMethod(typeof(ReportService), "BindService")]
public abstract class ReportService.ReportServiceBase
Methods
Search(SearchRequest, ServerCallContext)
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.
Declaration
public virtual Task<SearchResponse> Search(SearchRequest request, ServerCallContext context)
Parameters
Type | Name | Description |
---|---|---|
SearchRequest | request | The request received from the client. |
ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
Type | Description |
---|---|
Task<SearchResponse> | The response to send back to the client (wrapped by a task). |