Class: Google::Cloud::DataCatalog::Lineage::V1::LineageLink::LineageProcess
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::Lineage::V1::LineageLink::LineageProcess
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb
Overview
Process metadata for the link.
Instance Attribute Summary collapse
-
#process ⇒ ::Google::Cloud::DataCatalog::Lineage::V1::Process
Process that created the link.
Instance Attribute Details
#process ⇒ ::Google::Cloud::DataCatalog::Lineage::V1::Process
Returns Process that created the link.
872 873 874 875 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 872 class LineageProcess include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |