public sealed class ImportErrorsConfig : IMessage<ImportErrorsConfig>, IEquatable<ImportErrorsConfig>, IDeepCloneable<ImportErrorsConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class ImportErrorsConfig.
Configuration of destination for Import related errors.
Implements
IMessageImportErrorsConfig, IEquatableImportErrorsConfig, IDeepCloneableImportErrorsConfig, 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 |
ImportErrorsConfigDestinationOneofCase |
GcsPrefix
public string GcsPrefix { get; set; }
Google Cloud Storage prefix for import errors. This must be an empty,
existing Cloud Storage directory. Import errors are written to
sharded files in this directory, one per line, as a JSON-encoded
google.rpc.Status
message.
Property Value | |
---|---|
Type | Description |
string |
HasGcsPrefix
public bool HasGcsPrefix { get; }
Gets whether the "gcs_prefix" field is set
Property Value | |
---|---|
Type | Description |
bool |