Class: Google::Cloud::DataCatalog::Lineage::V1::EventLink

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

A lineage between source and target entities.

Instance Attribute Summary collapse

Instance Attribute Details

#source::Google::Cloud::DataCatalog::Lineage::V1::EntityReference

Returns Required. Reference to the source entity.

Returns:



159
160
161
162
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 159

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

#target::Google::Cloud::DataCatalog::Lineage::V1::EntityReference

Returns Required. Reference to the target entity.

Returns:



159
160
161
162
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 159

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