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-09 UTC."],[[["The latest version of `ImportErrorsConfig` is 2.12.0, with various other versions available, ranging from 1.0.0 to 2.11.0."],["`ImportErrorsConfig` is a class that configures the destination for errors related to the import process."],["The class `ImportErrorsConfig` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`ImportErrorsConfig` has properties such as `DestinationCase` which is of the type `ImportErrorsConfig.DestinationOneofCase`, and `GcsPrefix` which is a string, representing a Google Cloud Storage path."],["The class contains two constructors, one parameterless, and another that accepts an `ImportErrorsConfig` object as a parameter."]]],[]]