Class: Google::Cloud::Dataplex::V1::Entity::CompatibilityStatus::Compatibility

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#compatible::Boolean (readonly)

Returns Output only. Whether the entity is compatible and can be represented in the metadata store.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::String)

    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