public sealed class ImportErrorConfig : IMessage<ImportErrorConfig>, IEquatable<ImportErrorConfig>, IDeepCloneable<ImportErrorConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class ImportErrorConfig.
Configuration of destination for Import related errors.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `ImportErrorConfig` class, part of the Google Cloud Discovery Engine v1 API, is used for configuring the destination of import-related errors."],["Version 1.6.0 is the latest version, with the provided content showcasing versions ranging from 1.0.0-beta06 to 1.6.0, with 1.4.0 being the version highlighted on the page."],["The class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`ImportErrorConfig` has properties to manage the destination of errors, namely `DestinationCase` and `GcsPrefix`, which indicates the Cloud Storage location for storing the errors as JSON-encoded `google.rpc.Status` messages."],["The assembly for the class is Google.Cloud.DiscoveryEngine.V1.dll, and it is within the Google.Cloud.DiscoveryEngine.V1 namespace."]]],[]]