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-04-09 UTC."],[[["This webpage provides documentation for the `ImportErrorsConfig` class within the Google Cloud Retail V2 API, detailing its purpose in configuring destinations for import-related errors."],["The current version of the documentation is for version 2.10.0, but it also includes links to older versions as well as the latest 2.12.0 release."],["`ImportErrorsConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering various functionalities for message handling, comparison, cloning, and buffering."],["The class has properties like `DestinationCase`, `GcsPrefix`, and `HasGcsPrefix`, which allow configuring and checking the Google Cloud Storage prefix for import error output locations."],["`ImportErrorsConfig` has two constructors, one empty and one with `other`, that allows for the cloning of the class."]]],[]]