Class: Google::Apis::DatalineageV1::GoogleCloudDatacatalogLineageV1LineageLinkDependencyInfo
- Inherits:
-
Object
- Object
- Google::Apis::DatalineageV1::GoogleCloudDatacatalogLineageV1LineageLinkDependencyInfo
- 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 is dependent on another.
Instance Attribute Summary collapse
-
#dependency_type ⇒ String
The type of dependency.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDatacatalogLineageV1LineageLinkDependencyInfo
constructor
A new instance of GoogleCloudDatacatalogLineageV1LineageLinkDependencyInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDatacatalogLineageV1LineageLinkDependencyInfo
Returns a new instance of GoogleCloudDatacatalogLineageV1LineageLinkDependencyInfo.
405 406 407 |
# File 'lib/google/apis/datalineage_v1/classes.rb', line 405 def initialize(**args) update!(**args) end |
Instance Attribute Details
#dependency_type ⇒ String
The type of dependency.
Corresponds to the JSON property dependencyType
403 404 405 |
# File 'lib/google/apis/datalineage_v1/classes.rb', line 403 def dependency_type @dependency_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
410 411 412 |
# File 'lib/google/apis/datalineage_v1/classes.rb', line 410 def update!(**args) @dependency_type = args[:dependency_type] if args.key?(:dependency_type) end |