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-04-09 UTC."],[[["This document outlines the `InvalidDataFormat` class, which is part of the Google.Cloud.Dataplex.V1 namespace, designed to handle details about invalid or unsupported data formats detected during data discovery."],["The `InvalidDataFormat` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for message handling, equality checks, deep cloning, and buffer manipulation."],["The class provides constructors for creating new instances, including a default constructor and one that accepts another `InvalidDataFormat` object for copying."],["Key properties of `InvalidDataFormat` include `ExpectedFormat` and `NewFormat` to identify format discrepancies, as well as `SampledDataLocations` to list where data samples were taken for format inference."],["The document lists various versions of the associated package, ranging from version 1.0.0 up to the latest version 3.6.0, with links to the documentation for each specific version."]]],[]]