public MapField<string, Value> Attributes { get; }
Optional. The attributes of the process. Should only be used for the
purpose of non-semantic management (classifying, describing or labeling the
process).
Optional. A human-readable name you can set to display in a user interface.
Must be not longer than 200 characters and only contain UTF-8 letters
or numbers, spaces or characters like _-:&.
Immutable. The resource name of the lineage process. Format:
projects/{project}/locations/{location}/processes/{process}.
Can be specified or auto-assigned.
{process} must be not longer than 200 characters and only
contain characters in a set: a-zA-Z0-9_-:.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document provides reference information for the \u003ccode\u003eProcess\u003c/code\u003e class within the Data Lineage v1 API, part of the Google Cloud Data Catalog .NET library, and the latest version is 1.4.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eProcess\u003c/code\u003e class represents a data transformation operation and implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eProcess\u003c/code\u003e class include \u003ccode\u003eName\u003c/code\u003e, which is the immutable resource name, \u003ccode\u003eDisplayName\u003c/code\u003e for a human-readable label, \u003ccode\u003eAttributes\u003c/code\u003e for non-semantic metadata, and \u003ccode\u003eOrigin\u003c/code\u003e to track the source of the process.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eProcess\u003c/code\u003e class also has a constructor to instantiate the class and an alternative constructor that take another \u003ccode\u003eProcess\u003c/code\u003e object to copy its value.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits members from the \u003ccode\u003eobject\u003c/code\u003e class, including \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Data Lineage v1 API - Class Process (1.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.4.0 (latest)](/dotnet/docs/reference/Google.Cloud.DataCatalog.Lineage.V1/latest/Google.Cloud.DataCatalog.Lineage.V1.Process)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.DataCatalog.Lineage.V1/1.3.0/Google.Cloud.DataCatalog.Lineage.V1.Process)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.DataCatalog.Lineage.V1/1.2.0/Google.Cloud.DataCatalog.Lineage.V1.Process)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.DataCatalog.Lineage.V1/1.1.0/Google.Cloud.DataCatalog.Lineage.V1.Process)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.DataCatalog.Lineage.V1/1.0.0/Google.Cloud.DataCatalog.Lineage.V1.Process) \n\n public sealed class Process : IMessage\u003cProcess\u003e, IEquatable\u003cProcess\u003e, IDeepCloneable\u003cProcess\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Data Lineage v1 API class Process.\n\nA process is the definition of a data transformation operation. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Process \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[Process](/dotnet/docs/reference/Google.Cloud.DataCatalog.Lineage.V1/latest/Google.Cloud.DataCatalog.Lineage.V1.Process), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[Process](/dotnet/docs/reference/Google.Cloud.DataCatalog.Lineage.V1/latest/Google.Cloud.DataCatalog.Lineage.V1.Process), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[Process](/dotnet/docs/reference/Google.Cloud.DataCatalog.Lineage.V1/latest/Google.Cloud.DataCatalog.Lineage.V1.Process), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.DataCatalog.Lineage.V1](/dotnet/docs/reference/Google.Cloud.DataCatalog.Lineage.V1/latest/Google.Cloud.DataCatalog.Lineage.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.DataCatalog.Lineage.V1.dll\n\nConstructors\n------------\n\n### Process()\n\n public Process()\n\n### Process(Process)\n\n public Process(Process other)\n\nProperties\n----------\n\n### Attributes\n\n public MapField\u003cstring, Value\u003e Attributes { get; }\n\nOptional. The attributes of the process. Should only be used for the\npurpose of non-semantic management (classifying, describing or labeling the\nprocess).\n\nUp to 100 attributes are allowed.\n\n### DisplayName\n\n public string DisplayName { get; set; }\n\nOptional. A human-readable name you can set to display in a user interface.\nMust be not longer than 200 characters and only contain UTF-8 letters\nor numbers, spaces or characters like `_-:&.`\n\n### Name\n\n public string Name { get; set; }\n\nImmutable. The resource name of the lineage process. Format:\n`projects/{project}/locations/{location}/processes/{process}`.\nCan be specified or auto-assigned.\n{process} must be not longer than 200 characters and only\ncontain characters in a set: `a-zA-Z0-9_-:.`\n\n### Origin\n\n public Origin Origin { get; set; }\n\nOptional. The origin of this process and its runs and lineage events.\n\n### ProcessName\n\n public ProcessName ProcessName { get; set; }\n\n[ProcessName](/dotnet/docs/reference/Google.Cloud.DataCatalog.Lineage.V1/latest/Google.Cloud.DataCatalog.Lineage.V1.ProcessName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.DataCatalog.Lineage.V1/latest/Google.Cloud.DataCatalog.Lineage.V1.Process#Google_Cloud_DataCatalog_Lineage_V1_Process_Name) resource name property."]]