Class: Google::Cloud::DataCatalog::Lineage::V1::Process
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::Lineage::V1::Process
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb
Overview
A process is the definition of a data transformation operation.
Defined Under Namespace
Classes: AttributesEntry
Instance Attribute Summary collapse
-
#attributes ⇒ ::Google::Protobuf::Map{::String => ::Google::Protobuf::Value}
Optional.
-
#display_name ⇒ ::String
Optional.
-
#name ⇒ ::String
Immutable.
-
#origin ⇒ ::Google::Cloud::DataCatalog::Lineage::V1::Origin
Optional.
Instance Attribute Details
#attributes ⇒ ::Google::Protobuf::Map{::String => ::Google::Protobuf::Value}
45 46 47 48 49 50 51 52 53 54 55 56 57 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 45 class Process include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Protobuf::Value] class AttributesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#display_name ⇒ ::String
45 46 47 48 49 50 51 52 53 54 55 56 57 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 45 class Process include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Protobuf::Value] class AttributesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#name ⇒ ::String
45 46 47 48 49 50 51 52 53 54 55 56 57 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 45 class Process include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Protobuf::Value] class AttributesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#origin ⇒ ::Google::Cloud::DataCatalog::Lineage::V1::Origin
45 46 47 48 49 50 51 52 53 54 55 56 57 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 45 class Process include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Protobuf::Value] class AttributesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |