Class: Google::Cloud::Dataplex::V1::Entity::CompatibilityStatus::Compatibility
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::Entity::CompatibilityStatus::Compatibility
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/metadata.rb
Overview
Provides compatibility information for a specific metadata store.
Instance Attribute Summary collapse
-
#compatible ⇒ ::Boolean
readonly
Output only.
-
#reason ⇒ ::String
readonly
Output only.
Instance Attribute Details
#compatible ⇒ ::Boolean (readonly)
Returns Output only. Whether the entity is compatible and can be represented in the metadata store.
362 363 364 365 |
# File 'proto_docs/google/cloud/dataplex/v1/metadata.rb', line 362 class Compatibility include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#reason ⇒ ::String (readonly)
Returns Output only. Provides additional detail if the entity is incompatible with the metadata store.
362 363 364 365 |
# File 'proto_docs/google/cloud/dataplex/v1/metadata.rb', line 362 class Compatibility include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |