Discovery Engine v1beta API - Class ImportErrorConfig (1.0.0-beta13)

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

Reference documentation and code samples for the Discovery Engine v1beta API class ImportErrorConfig.

Configuration of destination for Import related errors.

Inheritance

object > ImportErrorConfig

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

ImportErrorConfig()

public ImportErrorConfig()

ImportErrorConfig(ImportErrorConfig)

public ImportErrorConfig(ImportErrorConfig other)
Parameter
Name Description
other ImportErrorConfig

Properties

DestinationCase

public ImportErrorConfig.DestinationOneofCase DestinationCase { get; }
Property Value
Type Description
ImportErrorConfigDestinationOneofCase

GcsPrefix

public string GcsPrefix { get; set; }

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