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."],[[["This webpage provides reference documentation for the `ImportErrorsConfig` class within the Google Cloud Retail v2 API, specifically for .NET development."],["`ImportErrorsConfig` is a class used to configure the destination for errors that occur during the import process, and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists all available versions of this resource, from the latest 2.12.0 down to 1.0.0, allowing developers to navigate to documentation specific to each version."],["The `ImportErrorsConfig` class allows setting a Google Cloud Storage prefix (`GcsPrefix`) to define the location where import errors will be written as JSON-encoded `google.rpc.Status` messages."],["The page details the constructors, properties (including `DestinationCase`, `GcsPrefix`, `HasGcsPrefix`), and inherited members of the `ImportErrorsConfig` class, and provides links to related documentation."]]],[]]