public sealed class CompatibilityStatus : IMessage<Entity.Types.CompatibilityStatus>, IEquatable<Entity.Types.CompatibilityStatus>, IDeepCloneable<Entity.Types.CompatibilityStatus>, IBufferMessage, IMessage
Provides compatibility information for various metadata stores.
[[["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 `CompatibilityStatus` class within the `Google.Cloud.Dataplex.V1` namespace, which provides information on the compatibility of entities with various metadata stores."],["The content lists the availability of the `CompatibilityStatus` class across multiple versions, ranging from version 1.0.0 up to the latest version 3.6.0."],["The `CompatibilityStatus` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality and usage within the .NET environment."],["The class has two properties, `Bigquery` and `HiveMetastore`, both of type `Compatibility` that show the compatibility of the entity with BigQuery and Hive Metastore respectively, and are both output only."],["The class has 2 constructors, one is empty, and the other taking a `Entity.Types.CompatibilityStatus` parameter."]]],[]]