Class ImportErrorsConfig (2.1.0)

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

Configuration of destination for Import related errors.

Inheritance

Object > ImportErrorsConfig

Namespace

Google.Cloud.Retail.V2

Assembly

Google.Cloud.Retail.V2.dll

Constructors

ImportErrorsConfig()

public ImportErrorsConfig()

ImportErrorsConfig(ImportErrorsConfig)

public ImportErrorsConfig(ImportErrorsConfig other)
Parameter
NameDescription
otherImportErrorsConfig

Properties

DestinationCase

public ImportErrorsConfig.DestinationOneofCase DestinationCase { get; }
Property Value
TypeDescription
ImportErrorsConfig.DestinationOneofCase

GcsPrefix

public string GcsPrefix { get; set; }

Google Cloud Storage prefix for import errors. This must be an empty, existing Cloud Storage directory. Import errors will be written to sharded files in this directory, one per line, as a JSON-encoded google.rpc.Status message.

Property Value
TypeDescription
String