public sealed class ImportErrorsConfig : IMessage<ImportErrorsConfig>, IEquatable<ImportErrorsConfig>, IDeepCloneable<ImportErrorsConfig>, IBufferMessage, IMessage
Configuration of destination for Import related errors.
Google Cloud Storage path for import errors. This must be an empty,
existing Cloud Storage bucket. Import 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-02 UTC."],[[["`ImportErrorsConfig` is a class that manages the configuration for handling errors during import operations within the Google Cloud Recommendation Engine."],["This class is available in multiple versions, with `2.0.0-beta06` being the latest, and it is found within the `Google.Cloud.RecommendationEngine.V1Beta1` namespace."],["It inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality comparison, deep cloning, and buffer management."],["The class offers properties like `DestinationCase` and `GcsPrefix`, with `GcsPrefix` specifying the Google Cloud Storage path for storing import error logs in JSON format."],["The class provides two constructors, one default and one to construct from an existing `ImportErrorsConfig` object, and has several inherited methods from `Object` like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]