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."],[[["The `ProcessLinks` class is part of the Data Lineage v1 API and provides a way to represent links associated with a specific process."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring its compatibility and functionality within the .NET ecosystem."],["`ProcessLinks` contains properties like `Links`, which stores an array of `ProcessLinkInfo` objects, representing details about the links created by a process, and `Process`, which stores the name of the related process."],["The `ProcessLinks` class has two constructors: one default constructor and another that takes an existing `ProcessLinks` object as a parameter, enabling easy duplication and creation of new objects."],["The class is found within the `Google.Cloud.DataCatalog.Lineage.V1` namespace, and it is included in the `Google.Cloud.DataCatalog.Lineage.V1.dll` assembly."]]],[]]