Reference documentation and code samples for the Data Lineage V1 API class Google::Cloud::DataCatalog::Lineage::V1::Process.
A process is the definition of a data transformation operation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#attributes
def attributes() -> ::Google::Protobuf::Map{::String => ::Google::Protobuf::Value}
Returns
-
(::Google::Protobuf::Map{::String => ::Google::Protobuf::Value}) — Optional. The attributes of the process. Should only be used for the
purpose of non-semantic management (classifying, describing or labeling the
process).
Up to 100 attributes are allowed.
#attributes=
def attributes=(value) -> ::Google::Protobuf::Map{::String => ::Google::Protobuf::Value}
Parameter
-
value (::Google::Protobuf::Map{::String => ::Google::Protobuf::Value}) — Optional. The attributes of the process. Should only be used for the
purpose of non-semantic management (classifying, describing or labeling the
process).
Up to 100 attributes are allowed.
Returns
-
(::Google::Protobuf::Map{::String => ::Google::Protobuf::Value}) — Optional. The attributes of the process. Should only be used for the
purpose of non-semantic management (classifying, describing or labeling the
process).
Up to 100 attributes are allowed.
#display_name
def display_name() -> ::String
Returns
-
(::String) — Optional. A human-readable name you can set to display in a user interface.
Must be not longer than 200 characters and only contain UTF-8 letters
or numbers, spaces or characters like
_-:&.
#display_name=
def display_name=(value) -> ::String
Parameter
-
value (::String) — Optional. A human-readable name you can set to display in a user interface.
Must be not longer than 200 characters and only contain UTF-8 letters
or numbers, spaces or characters like
_-:&.
Returns
-
(::String) — Optional. A human-readable name you can set to display in a user interface.
Must be not longer than 200 characters and only contain UTF-8 letters
or numbers, spaces or characters like
_-:&.
#name
def name() -> ::String
Returns
-
(::String) — Immutable. The resource name of the lineage process. Format:
projects/{project}/locations/{location}/processes/{process}
. Can be specified or auto-assigned. {process} must be not longer than 200 characters and only contain characters in a set:a-zA-Z0-9_-:.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Immutable. The resource name of the lineage process. Format:
projects/{project}/locations/{location}/processes/{process}
. Can be specified or auto-assigned. {process} must be not longer than 200 characters and only contain characters in a set:a-zA-Z0-9_-:.
Returns
-
(::String) — Immutable. The resource name of the lineage process. Format:
projects/{project}/locations/{location}/processes/{process}
. Can be specified or auto-assigned. {process} must be not longer than 200 characters and only contain characters in a set:a-zA-Z0-9_-:.
#origin
def origin() -> ::Google::Cloud::DataCatalog::Lineage::V1::Origin
Returns
- (::Google::Cloud::DataCatalog::Lineage::V1::Origin) — Optional. The origin of this process and its runs and lineage events.
#origin=
def origin=(value) -> ::Google::Cloud::DataCatalog::Lineage::V1::Origin
Parameter
- value (::Google::Cloud::DataCatalog::Lineage::V1::Origin) — Optional. The origin of this process and its runs and lineage events.
Returns
- (::Google::Cloud::DataCatalog::Lineage::V1::Origin) — Optional. The origin of this process and its runs and lineage events.