View Source GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1ProcessLinks (google_api_data_lineage v0.3.2)
Links associated with a specific process.
Attributes
-
links
(type:list(GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1ProcessLinkInfo.t)
, default:nil
) - 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
(type:String.t
, default:nil
) - The process name in the format ofprojects/{project}/locations/{location}/processes/{process}
.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1ProcessLinks{ links: [ GoogleApi.DataLineage.V1.Model.GoogleCloudDatacatalogLineageV1ProcessLinkInfo.t() ] | nil, process: String.t() | nil }