Data Lineage V1 API - Class Google::Cloud::DataCatalog::Lineage::V1::Process (v0.3.0)

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. Can be anything, for example, "author". 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. Can be anything, for example, "author". Up to 100 attributes are allowed.
Returns
  • (::Google::Protobuf::Map{::String => ::Google::Protobuf::Value}) — Optional. The attributes of the process. Can be anything, for example, "author". 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

#origin=

def origin=(value) -> ::Google::Cloud::DataCatalog::Lineage::V1::Origin
Parameter
Returns