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

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 various metadata stores.

Defined Under Namespace

Classes: Compatibility

Instance Attribute Summary collapse

Instance Attribute Details

#bigquery::Google::Cloud::Dataplex::V1::Entity::CompatibilityStatus::Compatibility (readonly)

Returns Output only. Whether this entity is compatible with BigQuery.

Returns:



349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
# File 'proto_docs/google/cloud/dataplex/v1/metadata.rb', line 349

class CompatibilityStatus
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Provides compatibility information for a specific metadata store.
  # @!attribute [r] compatible
  #   @return [::Boolean]
  #     Output only. Whether the entity is compatible and can be represented in
  #     the metadata store.
  # @!attribute [r] reason
  #   @return [::String]
  #     Output only. Provides additional detail if the entity is incompatible
  #     with the metadata store.
  class Compatibility
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#hive_metastore::Google::Cloud::Dataplex::V1::Entity::CompatibilityStatus::Compatibility (readonly)

Returns Output only. Whether this entity is compatible with Hive Metastore.

Returns:



349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
# File 'proto_docs/google/cloud/dataplex/v1/metadata.rb', line 349

class CompatibilityStatus
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Provides compatibility information for a specific metadata store.
  # @!attribute [r] compatible
  #   @return [::Boolean]
  #     Output only. Whether the entity is compatible and can be represented in
  #     the metadata store.
  # @!attribute [r] reason
  #   @return [::String]
  #     Output only. Provides additional detail if the entity is incompatible
  #     with the metadata store.
  class Compatibility
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end