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
#links
def links() -> ::Array<::Google::Cloud::DataCatalog::Lineage::V1::ProcessLinkInfo>
-
(::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.
#links=
def links=(value) -> ::Array<::Google::Cloud::DataCatalog::Lineage::V1::ProcessLinkInfo>
-
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.
-
(::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.
#process
def process() -> ::String
-
(::String) — The process name in the format of
projects/{project}/locations/{location}/processes/{process}
.
#process=
def process=(value) -> ::String
-
value (::String) — The process name in the format of
projects/{project}/locations/{location}/processes/{process}
.
-
(::String) — The process name in the format of
projects/{project}/locations/{location}/processes/{process}
.