Class: Google::Cloud::DataCatalog::Lineage::V1::EntityReference

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

The soft reference to everything you can attach a lineage event to.

Instance Attribute Summary collapse

Instance Attribute Details

#fully_qualified_name::String

Returns Required. Fully Qualified Name (FQN) of the entity.

Returns:



170
171
172
173
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 170

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