public sealed class Compatibility : IMessage<Entity.Types.CompatibilityStatus.Types.Compatibility>, IEquatable<Entity.Types.CompatibilityStatus.Types.Compatibility>, IDeepCloneable<Entity.Types.CompatibilityStatus.Types.Compatibility>, IBufferMessage, IMessageProvides compatibility information for a specific metadata store.
Implements
IMessage<Entity.Types.CompatibilityStatus.Types.Compatibility>, IEquatable<Entity.Types.CompatibilityStatus.Types.Compatibility>, IDeepCloneable<Entity.Types.CompatibilityStatus.Types.Compatibility>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
Compatibility()
public Compatibility()Compatibility(Entity.Types.CompatibilityStatus.Types.Compatibility)
public Compatibility(Entity.Types.CompatibilityStatus.Types.Compatibility other)| Parameter | |
|---|---|
| Name | Description |
other |
Entity.Types.CompatibilityStatus.Types.Compatibility |
Properties
Compatible
public bool Compatible { get; set; }Output only. Whether the entity is compatible and can be represented in the metadata store.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
Reason
public string Reason { get; set; }Output only. Provides additional detail if the entity is incompatible with the metadata store.
| Property Value | |
|---|---|
| Type | Description |
String |
|