public sealed class ImportErrorConfig : IMessage<ImportErrorConfig>, IEquatable<ImportErrorConfig>, IDeepCloneable<ImportErrorConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class ImportErrorConfig.
Configuration of destination for Import related errors.
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 document provides reference information for the `ImportErrorConfig` class within the Google Cloud Discovery Engine v1 API, specifically for version 1.1.0."],["`ImportErrorConfig` is used to configure the destination for errors encountered during the import process, it inherits from object, and implements multiple interfaces such as IMessage and IEquatable."],["The class has two constructors, `ImportErrorConfig()` and `ImportErrorConfig(ImportErrorConfig other)`, and includes properties like `DestinationCase`, `GcsPrefix`, and `HasGcsPrefix` to manage import error destinations."],["The `GcsPrefix` property allows setting a Cloud Storage directory where import errors will be written as JSON-encoded `google.rpc.Status` messages."],["The documentation also includes links to various versions of the API, ranging from 1.0.0-beta06 to 1.6.0, providing access to other versions of the `ImportErrorConfig`."]]],[]]