Retail v2 API - Class AnalyticsService.AnalyticsServiceBase (2.8.0)

[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

Inheritance

object > AnalyticsService.AnalyticsServiceBase

Namespace

Google.Cloud.Retail.V2

Assembly

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
NameDescription
requestExportAnalyticsMetricsRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskOperation

The response to send back to the client (wrapped by a task).