Class: Google::Cloud::DatabaseCenter::V1beta::Affiliation::Lineage

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/databasecenter/v1beta/affiliation.rb

Overview

lineage information of the affiliated resources This captures source, target and process which created the lineage.

Instance Attribute Summary collapse

Instance Attribute Details

#process_fqn::String

Returns Optional. FQN of process which created the lineage i.e. dataplex, datastream etc.

Returns:

  • (::String)

    Optional. FQN of process which created the lineage i.e. dataplex, datastream etc.



56
57
58
59
# File 'proto_docs/google/cloud/databasecenter/v1beta/affiliation.rb', line 56

class Lineage
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#process_type::Google::Cloud::DatabaseCenter::V1beta::Affiliation::ProcessType

Returns Optional. Type of process which created the lineage.

Returns:



56
57
58
59
# File 'proto_docs/google/cloud/databasecenter/v1beta/affiliation.rb', line 56

class Lineage
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#source_fqn::String

Returns Optional. FQN of source table / column.

Returns:

  • (::String)

    Optional. FQN of source table / column



56
57
58
59
# File 'proto_docs/google/cloud/databasecenter/v1beta/affiliation.rb', line 56

class Lineage
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#target_fqn::String

Returns Optional. FQN of target table / column.

Returns:

  • (::String)

    Optional. FQN of target table / column



56
57
58
59
# File 'proto_docs/google/cloud/databasecenter/v1beta/affiliation.rb', line 56

class Lineage
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end