Class: Google::Cloud::DatabaseCenter::V1beta::Affiliation::Lineage
- Inherits:
-
Object
- Object
- Google::Cloud::DatabaseCenter::V1beta::Affiliation::Lineage
- 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
-
#process_fqn ⇒ ::String
Optional.
-
#process_type ⇒ ::Google::Cloud::DatabaseCenter::V1beta::Affiliation::ProcessType
Optional.
-
#source_fqn ⇒ ::String
Optional.
-
#target_fqn ⇒ ::String
Optional.
Instance Attribute Details
#process_fqn ⇒ ::String
Returns 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.
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 |