Class: Google::Apis::DatalineageV1::GoogleCloudDatacatalogLineageV1EntityReference
- Inherits:
-
Object
- Object
- Google::Apis::DatalineageV1::GoogleCloudDatacatalogLineageV1EntityReference
- 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
-
#fully_qualified_name ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDatacatalogLineageV1EntityReference
constructor
A new instance of GoogleCloudDatacatalogLineageV1EntityReference.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_name ⇒ String
Required. Fully Qualified Name (FQN) of the entity.
Corresponds to the JSON property fullyQualifiedName
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 |