Class ImportErrorsConfig
Configuration of destination for Import related errors.
Inheritance
System.Object
ImportErrorsConfig
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.Retail.V2
Assembly: Google.Cloud.Retail.V2.dll
Syntax
public sealed class ImportErrorsConfig : IMessage<ImportErrorsConfig>, IEquatable<ImportErrorsConfig>, IDeepCloneable<ImportErrorsConfig>, IBufferMessage, IMessage
Constructors
ImportErrorsConfig()
Declaration
public ImportErrorsConfig()
ImportErrorsConfig(ImportErrorsConfig)
Declaration
public ImportErrorsConfig(ImportErrorsConfig other)
Parameters
Type | Name | Description |
---|---|---|
ImportErrorsConfig | other |
Properties
DestinationCase
Declaration
public ImportErrorsConfig.DestinationOneofCase DestinationCase { get; }
Property Value
Type | Description |
---|---|
ImportErrorsConfig.DestinationOneofCase |
GcsPrefix
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.
Declaration
public string GcsPrefix { get; set; }
Property Value
Type | Description |
---|---|
System.String |