Class: Google::Apis::DatalineageV1::GoogleCloudDatacatalogLineageV1DependencyInfo
- Inherits:
-
Object
- Object
- Google::Apis::DatalineageV1::GoogleCloudDatacatalogLineageV1DependencyInfo
- 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
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDatacatalogLineageV1DependencyInfo
constructor
A new instance of GoogleCloudDatacatalogLineageV1DependencyInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDatacatalogLineageV1DependencyInfo
Returns a new instance of GoogleCloudDatacatalogLineageV1DependencyInfo.
229 230 231 |
# File 'lib/google/apis/datalineage_v1/classes.rb', line 229 def initialize(**args) update!(**args) end |
Instance Attribute Details
#dependency_type ⇒ String
Required. Type of dependency.
Corresponds to the JSON property dependencyType
227 228 229 |
# File 'lib/google/apis/datalineage_v1/classes.rb', line 227 def dependency_type @dependency_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
234 235 236 |
# File 'lib/google/apis/datalineage_v1/classes.rb', line 234 def update!(**args) @dependency_type = args[:dependency_type] if args.key?(:dependency_type) end |