Class: Google::Apis::DatalineageV1::GoogleCloudDatacatalogLineageV1EntityReference

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/datalineage_v1/classes.rb,
lib/google/apis/datalineage_v1/representations.rb,
lib/google/apis/datalineage_v1/representations.rb

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDatacatalogLineageV1EntityReference

Returns a new instance of GoogleCloudDatacatalogLineageV1EntityReference.



99
100
101
# File 'lib/google/apis/datalineage_v1/classes.rb', line 99

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#fully_qualified_nameString

Required. Fully Qualified Name (FQN) of the entity. Corresponds to the JSON property fullyQualifiedName

Returns:

  • (String)


97
98
99
# File 'lib/google/apis/datalineage_v1/classes.rb', line 97

def fully_qualified_name
  @fully_qualified_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



104
105
106
# File 'lib/google/apis/datalineage_v1/classes.rb', line 104

def update!(**args)
  @fully_qualified_name = args[:fully_qualified_name] if args.key?(:fully_qualified_name)
end