public sealed class Compatibility : IMessage<Entity.Types.CompatibilityStatus.Types.Compatibility>, IEquatable<Entity.Types.CompatibilityStatus.Types.Compatibility>, IDeepCloneable<Entity.Types.CompatibilityStatus.Types.Compatibility>, IBufferMessage, IMessage
Provides compatibility information for a specific metadata store.
[[["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 document outlines the `Compatibility` class within the `Google.Cloud.Dataplex.V1` namespace, offering compatibility information for a specific metadata store."],["The latest version of this documentation is 3.6.0, with a range of previous versions available from 3.5.0 down to 1.0.0."],["The `Compatibility` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for data handling and manipulation."],["It includes two properties, `Compatible` (a boolean indicating compatibility) and `Reason` (a string providing details on any incompatibility)."],["The Compatibility Class can be instantiated via an empty constructor or by providing an existing `Entity.Types.CompatibilityStatus.Types.Compatibility` object."]]],[]]