public sealed class ImportErrorsConfig : IMessage<ImportErrorsConfig>, IEquatable<ImportErrorsConfig>, IDeepCloneable<ImportErrorsConfig>, IBufferMessage, IMessageConfiguration of destination for Import related errors.
Implements
IMessage<ImportErrorsConfig>, IEquatable<ImportErrorsConfig>, IDeepCloneable<ImportErrorsConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Constructors
ImportErrorsConfig()
public ImportErrorsConfig()ImportErrorsConfig(ImportErrorsConfig)
public ImportErrorsConfig(ImportErrorsConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
ImportErrorsConfig |
Properties
DestinationCase
public ImportErrorsConfig.DestinationOneofCase DestinationCase { get; }| Property Value | |
|---|---|
| Type | Description |
ImportErrorsConfig.DestinationOneofCase |
|
GcsPrefix
public string GcsPrefix { get; set; }Google Cloud Storage path for import errors. This must be an empty,
existing Cloud Storage bucket. Import errors will be written to a file in
this bucket, one per line, as a JSON-encoded
google.rpc.Status message.
| Property Value | |
|---|---|
| Type | Description |
String |
|