Retail v2 API - Class ExportAnalyticsMetricsResponse (2.8.0)

public sealed class ExportAnalyticsMetricsResponse : IMessage<ExportAnalyticsMetricsResponse>, IEquatable<ExportAnalyticsMetricsResponse>, IDeepCloneable<ExportAnalyticsMetricsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Retail v2 API class ExportAnalyticsMetricsResponse.

Response of the ExportAnalyticsMetricsRequest. If the long running operation was successful, then this message is returned by the google.longrunning.Operations.response field if the operation was successful.

Inheritance

object > ExportAnalyticsMetricsResponse

Namespace

Google.Cloud.Retail.V2

Assembly

Google.Cloud.Retail.V2.dll

Constructors

ExportAnalyticsMetricsResponse()

public ExportAnalyticsMetricsResponse()

ExportAnalyticsMetricsResponse(ExportAnalyticsMetricsResponse)

public ExportAnalyticsMetricsResponse(ExportAnalyticsMetricsResponse other)
Parameter
NameDescription
otherExportAnalyticsMetricsResponse

Properties

ErrorSamples

public RepeatedField<Status> ErrorSamples { get; }

A sample of errors encountered while processing the request.

Property Value
TypeDescription
RepeatedFieldStatus

ErrorsConfig

public ExportErrorsConfig ErrorsConfig { get; set; }

This field is never set.

Property Value
TypeDescription
ExportErrorsConfig

OutputResult

public OutputResult OutputResult { get; set; }

Output result indicating where the data were exported to.

Property Value
TypeDescription
OutputResult