public sealed class Entity.Types.CompatibilityStatus.Types.Compatibility : IMessage<Entity.Types.CompatibilityStatus.Types.Compatibility>, IEquatable<Entity.Types.CompatibilityStatus.Types.Compatibility>, IDeepCloneable<Entity.Types.CompatibilityStatus.Types.Compatibility>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class Entity.Types.CompatibilityStatus.Types.Compatibility.
Provides compatibility information for a specific metadata store.
Implements
IMessageEntityTypesCompatibilityStatusTypesCompatibility, IEquatableEntityTypesCompatibilityStatusTypesCompatibility, IDeepCloneableEntityTypesCompatibilityStatusTypesCompatibility, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
Compatibility()
public Compatibility()
Compatibility(Compatibility)
public Compatibility(Entity.Types.CompatibilityStatus.Types.Compatibility other)
Parameter | |
---|---|
Name | Description |
other | EntityTypesCompatibilityStatusTypesCompatibility |
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 |
bool |
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 |