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 document provides reference information for the `ExportErrorsConfig` class within the Google Cloud Retail v2 API for .NET, detailing its structure and functionality."],["The `ExportErrorsConfig` class is used to configure the destination for errors that occur during export operations, enabling users to direct error reporting to a specific location."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling messages and supporting various operations like cloning and comparison."],["Users can specify a Google Cloud Storage (GCS) path using the `GcsPrefix` property to store export error details as JSON-encoded `google.rpc.Status` messages within a designated bucket."],["The document shows that there is a range of versions for `ExportErrorsConfig` from 1.0.0 up to 2.12.0 (latest), so there are many available versions for the class."]]],[]]