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, used to provide compatibility information for a metadata store."],["The latest version of this API available is version 3.6.0, with previous versions ranging down to version 1.0.0."],["The `Compatibility` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, among others."],["The `Compatibility` class contains two key properties: `Compatible`, which is a boolean indicating whether an entity is compatible with the metadata store, and `Reason`, which provides a string with additional details if an entity is incompatible."],["This class has two constructors, a default one `Compatibility()`, and another `Compatibility(Entity.Types.CompatibilityStatus.Types.Compatibility other)` which takes in a parameter."]]],[]]