public sealed class ImportErrorsConfig : IMessage<ImportErrorsConfig>, IEquatable<ImportErrorsConfig>, IDeepCloneable<ImportErrorsConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Recommendations AI v1beta1 API class ImportErrorsConfig.
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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis documentation covers the \u003ccode\u003eImportErrorsConfig\u003c/code\u003e class, which is part of the Recommendations AI v1beta1 API within the Google Cloud environment, specifically for handling import-related errors.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eImportErrorsConfig\u003c/code\u003e class is used to configure the destination for errors that occur during the import process, implemented as a sealed class inheriting from \u003ccode\u003eobject\u003c/code\u003e and implementing several interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides two constructors, a default constructor \u003ccode\u003eImportErrorsConfig()\u003c/code\u003e and a copy constructor \u003ccode\u003eImportErrorsConfig(ImportErrorsConfig other)\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eImportErrorsConfig\u003c/code\u003e includes properties like \u003ccode\u003eDestinationCase\u003c/code\u003e to manage different error destination options and \u003ccode\u003eGcsPrefix\u003c/code\u003e to specify a Google Cloud Storage location for storing error messages.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eImportErrorsConfig\u003c/code\u003e is 2.0.0-beta06, and this documentation also provides links to the two older versions: 2.0.0-beta05 and 1.0.0-beta03.\u003c/p\u003e\n"]]],[],null,["# Recommendations AI v1beta1 API - Class ImportErrorsConfig (2.0.0-beta06)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta06 (latest)](/dotnet/docs/reference/Google.Cloud.RecommendationEngine.V1Beta1/latest/Google.Cloud.RecommendationEngine.V1Beta1.ImportErrorsConfig)\n- [2.0.0-beta05](/dotnet/docs/reference/Google.Cloud.RecommendationEngine.V1Beta1/2.0.0-beta05/Google.Cloud.RecommendationEngine.V1Beta1.ImportErrorsConfig)\n- [1.0.0-beta03](/dotnet/docs/reference/Google.Cloud.RecommendationEngine.V1Beta1/1.0.0-beta03/Google.Cloud.RecommendationEngine.V1Beta1.ImportErrorsConfig) \n\n public sealed class ImportErrorsConfig : IMessage\u003cImportErrorsConfig\u003e, IEquatable\u003cImportErrorsConfig\u003e, IDeepCloneable\u003cImportErrorsConfig\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Recommendations AI v1beta1 API class ImportErrorsConfig.\n\nConfiguration of destination for Import related errors. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ImportErrorsConfig \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ImportErrorsConfig](/dotnet/docs/reference/Google.Cloud.RecommendationEngine.V1Beta1/latest/Google.Cloud.RecommendationEngine.V1Beta1.ImportErrorsConfig), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ImportErrorsConfig](/dotnet/docs/reference/Google.Cloud.RecommendationEngine.V1Beta1/latest/Google.Cloud.RecommendationEngine.V1Beta1.ImportErrorsConfig), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ImportErrorsConfig](/dotnet/docs/reference/Google.Cloud.RecommendationEngine.V1Beta1/latest/Google.Cloud.RecommendationEngine.V1Beta1.ImportErrorsConfig), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.RecommendationEngine.V1Beta1](/dotnet/docs/reference/Google.Cloud.RecommendationEngine.V1Beta1/latest/Google.Cloud.RecommendationEngine.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.RecommendationEngine.V1Beta1.dll\n\nConstructors\n------------\n\n### ImportErrorsConfig()\n\n public ImportErrorsConfig()\n\n### ImportErrorsConfig(ImportErrorsConfig)\n\n public ImportErrorsConfig(ImportErrorsConfig other)\n\nProperties\n----------\n\n### DestinationCase\n\n public ImportErrorsConfig.DestinationOneofCase DestinationCase { get; }\n\n### GcsPrefix\n\n public string GcsPrefix { get; set; }\n\nGoogle Cloud Storage path for import errors. This must be an empty,\nexisting Cloud Storage bucket. Import errors will be written to a file in\nthis bucket, one per line, as a JSON-encoded\n`google.rpc.Status` message.\n\n### HasGcsPrefix\n\n public bool HasGcsPrefix { get; }\n\nGets whether the \"gcs_prefix\" field is set"]]