Class: Google::Cloud::DataCatalog::Lineage::V1::Link::DependencyInfo

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb

Overview

Dependency info describes how one entity depends on another.

Instance Attribute Summary collapse

Instance Attribute Details

#dependency_type::Google::Cloud::DataCatalog::Lineage::V1::DependencyType

Returns The type of dependency.

Returns:



702
703
704
705
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 702

class DependencyInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end