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 .NET development."],["The `ImportErrorConfig` class is used to configure where import-related errors are stored, and it inherits from `object` and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of `ImportErrorConfig` is version 1.6.0, with previous versions available from 1.0.0-beta06 up to 1.5.0."],["The class has two constructors, `ImportErrorConfig()` and `ImportErrorConfig(ImportErrorConfig other)`, and it includes properties like `DestinationCase`, `GcsPrefix`, and `HasGcsPrefix` to manage error destinations and configurations."],["The `GcsPrefix` property, of type string, sets the Cloud Storage directory where error details will be saved as JSON-encoded `google.rpc.Status` messages, and `HasGcsPrefix` is used to check if it is set."]]],[]]