Class: Google::Cloud::DataCatalog::Lineage::V1::DependencyInfo
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::Lineage::V1::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 depends on another.
Instance Attribute Summary collapse
Instance Attribute Details
#dependency_type ⇒ ::Google::Cloud::DataCatalog::Lineage::V1::DependencyType
Returns Required. Type of dependency.
171 172 173 174 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 171 class DependencyInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |