public sealed class ImportErrorsConfig : IMessage<ImportErrorsConfig>, IEquatable<ImportErrorsConfig>, IDeepCloneable<ImportErrorsConfig>, IBufferMessage, IMessage
Configuration of destination for Import related errors.
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.
[[["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."],[[["The latest version available for `Google.Cloud.Retail.V2.ImportErrorsConfig` is 2.12.0."],["This page provides documentation for the `ImportErrorsConfig` class within the `Google.Cloud.Retail.V2` namespace, with details about its properties, constructors, and inheritance from version 1.0.0 to version 2.12.0."],["`ImportErrorsConfig` is used to define the destination for import-related errors, and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for flexibility in its use."],["The class has a property, `GcsPrefix`, which is a string representing the Google Cloud Storage path where error logs will be stored as JSON-encoded `google.rpc.Status` messages."]]],[]]