Class: Google::Cloud::DataCatalog::Lineage::V1::LineageLink::DependencyInfo
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::Lineage::V1::LineageLink::DependencyInfo
- 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 is dependent on another.
Instance Attribute Summary collapse
-
#dependency_type ⇒ ::Google::Cloud::DataCatalog::Lineage::V1::DependencyType
The type of dependency.
Instance Attribute Details
#dependency_type ⇒ ::Google::Cloud::DataCatalog::Lineage::V1::DependencyType
Returns The type of dependency.
881 882 883 884 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 881 class DependencyInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |