Retail v2 API - Class ExportErrorsConfig (2.8.0)

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

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

Configuration of destination for Export related errors.

Inheritance

object > ExportErrorsConfig

Namespace

Google.Cloud.Retail.V2

Assembly

Google.Cloud.Retail.V2.dll

Constructors

ExportErrorsConfig()

public ExportErrorsConfig()

ExportErrorsConfig(ExportErrorsConfig)

public ExportErrorsConfig(ExportErrorsConfig other)
Parameter
NameDescription
otherExportErrorsConfig

Properties

DestinationCase

public ExportErrorsConfig.DestinationOneofCase DestinationCase { get; }
Property Value
TypeDescription
ExportErrorsConfigDestinationOneofCase

GcsPrefix

public string GcsPrefix { get; set; }

Google Cloud Storage path for import errors. This must be an empty, existing Cloud Storage bucket. Export errors will be written to a file in this bucket, one per line, as a JSON-encoded google.rpc.Status message.

Property Value
TypeDescription
string

HasGcsPrefix

public bool HasGcsPrefix { get; }

Gets whether the "gcs_prefix" field is set

Property Value
TypeDescription
bool