public sealed class ImportErrorConfig : IMessage<ImportErrorConfig>, IEquatable<ImportErrorConfig>, IDeepCloneable<ImportErrorConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta 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 documentation for the `ImportErrorConfig` class within the Google Cloud Discovery Engine v1beta API, specifically for version 1.0.0-beta17."],["`ImportErrorConfig` is used to configure the destination for errors related to import operations, which is a sealed class that implements various interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `ImportErrorConfig` class includes constructors for creating new instances and for cloning existing instances, as well as properties like `DestinationCase`, `GcsPrefix`, and `HasGcsPrefix`."],["The `GcsPrefix` property is used to specify a Cloud Storage directory where the errors are outputted in `google.rpc.Status` messages."],["This class is found within the `Google.Cloud.DiscoveryEngine.V1Beta` namespace, and is located in the Google.Cloud.DiscoveryEngine.V1Beta.dll assembly."]]],[]]