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 document outlines the `CompatibilityStatus` class within the `Google.Cloud.Dataplex.V1` namespace, detailing its structure and functionality for various metadata store versions."],["The `CompatibilityStatus` class is designed to provide compatibility information for metadata stores, such as BigQuery and Hive Metastore, indicating whether an entity is compatible with these systems."],["The latest version available is 3.6.0, with numerous previous versions dating back to 1.0.0 accessible through the provided links."],["The `CompatibilityStatus` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring robust functionality and interoperability."],["It features two properties, `Bigquery` and `HiveMetastore`, which are of type `Compatibility` and indicate the entity's compatibility with BigQuery and Hive Metastore, respectively."]]],[]]