public sealed class ImportErrorsConfig : IMessage<ImportErrorsConfig>, IEquatable<ImportErrorsConfig>, IDeepCloneable<ImportErrorsConfig>, IBufferMessage, IMessage
Configuration of destination for Import related errors.
Google Cloud Storage prefix for import errors. This must be an empty,
existing Cloud Storage directory. Import errors will be 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 latest version available for `ImportErrorsConfig` within the `Google.Cloud.Retail.V2` namespace is 2.12.0, with a comprehensive list of previous versions ranging from 2.11.0 down to 1.0.0."],["`ImportErrorsConfig` is a sealed class that configures the destination for errors encountered during the import process and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class provides two constructors: a default constructor and one that accepts another `ImportErrorsConfig` instance for creating a copy."],["`ImportErrorsConfig` has a `GcsPrefix` property that is a string representing the Google Cloud Storage directory where errors will be logged as `google.rpc.Status` messages in JSON format."],["`DestinationCase` is a property of the class `ImportErrorsConfig`, its type is `ImportErrorsConfig.DestinationOneofCase` and it's used to handle which destination is configured for the errors."]]],[]]