[BindServiceMethod(typeof(AnalyticsService), "BindService")]
public abstract class AnalyticsService.AnalyticsServiceBase
Reference documentation and code samples for the Retail v2 API class AnalyticsService.AnalyticsServiceBase.
Base class for server-side implementations of AnalyticsService
Namespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Methods
ExportAnalyticsMetrics(ExportAnalyticsMetricsRequest, ServerCallContext)
public virtual Task<Operation> ExportAnalyticsMetrics(ExportAnalyticsMetricsRequest request, ServerCallContext context)
Exports analytics metrics.
Operation.response
is of type ExportAnalyticsMetricsResponse
.
Operation.metadata
is of type ExportMetadata
.
Parameters | |
---|---|
Name | Description |
request |
ExportAnalyticsMetricsRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |