public sealed class MissingData : IMessage<Action.Types.MissingData>, IEquatable<Action.Types.MissingData>, IDeepCloneable<Action.Types.MissingData>, IBufferMessage, IMessage
Action details for absence of data 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-21 UTC."],[[["The latest version of the `Google.Cloud.Dataplex.V1` library is 3.6.0, with a history of versions available from 1.0.0 up to the present release."],["`MissingData` is a class within the `Google.Cloud.Dataplex.V1` namespace, designed to represent actions related to the absence of data as detected by discovery."],["The `MissingData` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are all provided by Google.Protobuf."],["The `MissingData` class inherits from `Object` and provides details on data absence detected through discovery, and can be constructed with a default constructor or a copy constructor that takes another `MissingData` object."],["It is possible to utilize inherited members from the `Object` class such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]