public RepeatedField<ProcessLinkInfo> Links { get; }
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This documentation covers the `ProcessLinks` class within the Google Cloud Data Catalog Lineage v1 API, which is used to represent links associated with a specific data processing operation."],["The `ProcessLinks` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffered message operations."],["The `Links` property of `ProcessLinks` is a `RepeatedField` that stores an array of `ProcessLinkInfo` objects, detailing the links created by a process, and a single process can result in multiple links."],["The `Process` and `ProcessAsProcessName` properties allow users to access the name of the associated process, in string and `ProcessName` types respectively, in the format `projects/{project}/locations/{location}/processes/{process}`."],["The class also has 2 constructors, one parameterless, and the other that receives a `ProcessLinks` object as a parameter."]]],[]]