public sealed class ImportErrorsConfig : IMessage<ImportErrorsConfig>, IEquatable<ImportErrorsConfig>, IDeepCloneable<ImportErrorsConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class ImportErrorsConfig.
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 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 provided content details the `ImportErrorsConfig` class within the Google Cloud Retail V2 API, outlining its purpose as a configuration for managing import-related errors."],["The documentation covers various versions of the `ImportErrorsConfig` class, ranging from version 1.0.0 to the latest version 2.12.0, and each version is linked with the respective page for the `ImportErrorsConfig` class."],["The `ImportErrorsConfig` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing usage of the class with these other interfaces."],["The `ImportErrorsConfig` class has two constructors; a parameterless one and one that takes an `ImportErrorsConfig` parameter, allowing for the class to be constructed in different ways."],["The primary properties of the class are `DestinationCase`, which is a property that defines the destination and `GcsPrefix`, a string that defines the path for the error messages."]]],[]]