Class: Google::Apis::DatalineageV1::GoogleCloudDatacatalogLineageV1DependencyInfo

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) ⇒ 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_typeString

Required. Type of dependency. Corresponds to the JSON property dependencyType

Returns:

  • (String)


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