Class: Google::Cloud::DataCatalog::Lineage::V1::Origin
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::Lineage::V1::Origin
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb
Overview
Origin of a process.
Defined Under Namespace
Modules: SourceType
Instance Attribute Summary collapse
-
#name ⇒ ::String
If the source_type isn't CUSTOM, the value of this field should be a GCP resource name of the system, which reports lineage.
-
#source_type ⇒ ::Google::Cloud::DataCatalog::Lineage::V1::Origin::SourceType
Type of the source.
Instance Attribute Details
#name ⇒ ::String
731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 731 class Origin include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Type of the source of a process. module SourceType # Source is Unspecified SOURCE_TYPE_UNSPECIFIED = 0 # A custom source CUSTOM = 1 # BigQuery BIGQUERY = 2 # Data Fusion DATA_FUSION = 3 # Composer COMPOSER = 4 # Looker Studio LOOKER_STUDIO = 5 # Dataproc DATAPROC = 6 end end |
#source_type ⇒ ::Google::Cloud::DataCatalog::Lineage::V1::Origin::SourceType
731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 731 class Origin include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Type of the source of a process. module SourceType # Source is Unspecified SOURCE_TYPE_UNSPECIFIED = 0 # A custom source CUSTOM = 1 # BigQuery BIGQUERY = 2 # Data Fusion DATA_FUSION = 3 # Composer COMPOSER = 4 # Looker Studio LOOKER_STUDIO = 5 # Dataproc DATAPROC = 6 end end |