Show / Hide Table of Contents

Class ReportService.ReportServiceBase

Base class for server-side implementations of ReportService

Inheritance
object
ReportService.ReportServiceBase
Inherited Members
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ToString()
Namespace: Google.Shopping.Merchant.Reports.V1
Assembly: Google.Shopping.Merchant.Reports.V1.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).

In this article
Back to top Generated by DocFX