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 documentation covers the `ImportErrorConfig` class within the Google Cloud Discovery Engine v1 API, which manages the configuration for handling import errors."],["The `ImportErrorConfig` class is available in multiple versions, from 1.0.0-beta06 to 1.6.0, with 1.6.0 being the latest release."],["The `ImportErrorConfig` class allows the configuration of a destination for import-related errors, with implementation of `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class uses a `GcsPrefix` property, which specifies a Cloud Storage directory where import error details, formatted as `google.rpc.Status` messages in JSON, are stored."],["The class has the ability to obtain whether or not the gcs_prefix field is set using the `HasGcsPrefix` property."]]],[]]