public sealed class InvalidDataFormat : IMessage<Action.Types.InvalidDataFormat>, IEquatable<Action.Types.InvalidDataFormat>, IDeepCloneable<Action.Types.InvalidDataFormat>, IBufferMessage, IMessage
Action details for invalid or unsupported data files detected by discovery.
[[["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-25 UTC."],[[["This webpage details the `InvalidDataFormat` class, which is part of the `Google.Cloud.Dataplex.V1` namespace and is designed to handle details about invalid or unsupported data files detected during discovery."],["The `InvalidDataFormat` class, with the assembly name `Google.Cloud.Dataplex.V1.dll`, implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring comprehensive functionality."],["The class offers two constructors: a default one and another that takes an `Action.Types.InvalidDataFormat` object, allowing for easy instantiation and object duplication."],["The `InvalidDataFormat` class contains properties such as `ExpectedFormat`, `NewFormat`, and `SampledDataLocations`, which store information about the expected data format, the new unexpected format, and the locations of sampled data."],["The page lists a range of versions for this specific class spanning from `1.0.0` to `3.6.0` (latest), indicating a history of development and updates to its functionality."]]],[]]