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-17 UTC."],[[["This webpage provides documentation for the `ExportErrorsConfig` class within the Google Cloud Retail v2 API, specifically for .NET developers."],["The `ExportErrorsConfig` class is used to configure the destination for errors encountered during export operations in the Retail API."],["The latest version of the `ExportErrorsConfig` documentation available is version 2.12.0, but there are older versions of the documentation provided, going all the way back to 1.0.0."],["The `ExportErrorsConfig` class has properties for managing the Google Cloud Storage path for export errors, including `GcsPrefix` and `HasGcsPrefix`, and the DestinationCase."],["This documentation also covers the `ExportErrorsConfig` class's inheritance, the interfaces it implements, and its constructors."]]],[]]