public sealed class ExportErrorsConfig : IMessage<ExportErrorsConfig>, IEquatable<ExportErrorsConfig>, IDeepCloneable<ExportErrorsConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class ExportErrorsConfig.
Configuration of destination for Export related errors.
Google Cloud Storage path for import errors. This must be an empty,
existing Cloud Storage bucket. Export 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-01 UTC."],[[["This webpage provides reference documentation for the `ExportErrorsConfig` class within the Google Cloud Retail v2 API, specifically for the .NET framework."],["The `ExportErrorsConfig` class is used to configure where export-related errors will be directed, and it offers one option to store those errors in a Google Cloud Storage path, which must be empty."],["The document lists the different versions of the class, ranging from version 1.0.0 up to the latest version, 2.12.0, allowing developers to navigate to specific versions."],["The `ExportErrorsConfig` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The current version shown is 2.8.0, which contains the `DestinationCase`, `GcsPrefix`, and `HasGcsPrefix` properties, along with two constructors: a default one and one that accepts another `ExportErrorsConfig` as a parameter."]]],[]]