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

Reference documentation and code samples for the Data Lineage V1 API class Google::Cloud::DataCatalog::Lineage::V1::ProcessLinks.

Links associated with a specific process.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

def links() -> ::Array<::Google::Cloud::DataCatalog::Lineage::V1::ProcessLinkInfo>
Returns
  • (::Array<::Google::Cloud::DataCatalog::Lineage::V1::ProcessLinkInfo>) — An array containing link details objects of the links provided in the original request.

    A single process can result in creating multiple links. If any of the links you provide in the request are created by the same process, they all are included in this array.

def links=(value) -> ::Array<::Google::Cloud::DataCatalog::Lineage::V1::ProcessLinkInfo>
Parameter
  • value (::Array<::Google::Cloud::DataCatalog::Lineage::V1::ProcessLinkInfo>) — An array containing link details objects of the links provided in the original request.

    A single process can result in creating multiple links. If any of the links you provide in the request are created by the same process, they all are included in this array.

Returns
  • (::Array<::Google::Cloud::DataCatalog::Lineage::V1::ProcessLinkInfo>) — An array containing link details objects of the links provided in the original request.

    A single process can result in creating multiple links. If any of the links you provide in the request are created by the same process, they all are included in this array.

def process() -> ::String
Returns
  • (::String) — The process name in the format of projects/{project}/locations/{location}/processes/{process}.
def process=(value) -> ::String
Parameter
  • value (::String) — The process name in the format of projects/{project}/locations/{location}/processes/{process}.
Returns
  • (::String) — The process name in the format of projects/{project}/locations/{location}/processes/{process}.