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-09 UTC."],[[["This webpage provides reference documentation for the `ExportErrorsConfig` class within the Google Cloud Retail v2 API for .NET, with the latest version being 2.12.0 and the current page pertaining to 2.6.0."],["The `ExportErrorsConfig` class is used to configure the destination for export-related errors in the Retail v2 API, implementing multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class `ExportErrorsConfig` has two constructors, one empty and another taking an `ExportErrorsConfig` object as an argument, and includes properties like `DestinationCase`, `GcsPrefix`, and `HasGcsPrefix`."],["The available versions of the Google Cloud Retail v2 API are listed from version 2.12.0 down to 1.0.0, each linking to its respective documentation page for the class."],["The main functionality of `ExportErrorsConfig` involves specifying a Google Cloud Storage path for writing export errors, each error being logged as a JSON-encoded `google.rpc.Status` message."]]],[]]