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-04-17 UTC."],[[["This webpage details the `ImportErrorsConfig` class, which is used to configure the destination for import-related errors within the Google Cloud Retail V2 API."],["The `ImportErrorsConfig` class is available in multiple versions, with version 2.12.0 being the latest, and spanning back to version 1.0.0."],["It inherits from and implements various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for message handling, equality comparison, cloning, and buffer operations."],["The class includes properties like `DestinationCase` and `GcsPrefix`, where `GcsPrefix` allows setting a Google Cloud Storage directory for storing import error logs as JSON-encoded `google.rpc.Status` messages."],["The class has two constructors: A default one, and another that takes in another instance of itself to be utilized."]]],[]]