Class: Google::Apis::DatalineageV1::GoogleCloudDatacatalogLineageV1LinkDependencyInfo
- Inherits:
-
Object
- Object
- Google::Apis::DatalineageV1::GoogleCloudDatacatalogLineageV1LinkDependencyInfo
- 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
Dependency info describes how one entity depends on another.
Instance Attribute Summary collapse
-
#dependency_type ⇒ String
The type of dependency.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDatacatalogLineageV1LinkDependencyInfo
constructor
A new instance of GoogleCloudDatacatalogLineageV1LinkDependencyInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDatacatalogLineageV1LinkDependencyInfo
Returns a new instance of GoogleCloudDatacatalogLineageV1LinkDependencyInfo.
495 496 497 |
# File 'lib/google/apis/datalineage_v1/classes.rb', line 495 def initialize(**args) update!(**args) end |
Instance Attribute Details
#dependency_type ⇒ String
The type of dependency.
Corresponds to the JSON property dependencyType
493 494 495 |
# File 'lib/google/apis/datalineage_v1/classes.rb', line 493 def dependency_type @dependency_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
500 501 502 |
# File 'lib/google/apis/datalineage_v1/classes.rb', line 500 def update!(**args) @dependency_type = args[:dependency_type] if args.key?(:dependency_type) end |