Class: Google::Apis::DatalineageV1::GoogleCloudDatacatalogLineageV1LinkDependencyInfo

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

Dependency info describes how one entity depends on another.

Instance Attribute Summary collapse

Instance Method Summary collapse

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_typeString

The type of dependency. Corresponds to the JSON property dependencyType

Returns:

  • (String)


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