public sealed class CreateProcessRequest : IMessage<CreateProcessRequest>, IEquatable<CreateProcessRequest>, IDeepCloneable<CreateProcessRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Lineage v1 API class CreateProcessRequest.
Request message for
[CreateProcess][google.cloud.datacatalog.lineage.v1.CreateProcess].
A unique identifier for this request. Restricted to 36 ASCII characters.
A random UUID is recommended. This request is idempotent only if a
request_id is provided.
[[["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 documentation for the \u003ccode\u003eCreateProcessRequest\u003c/code\u003e class within the Data Lineage v1 API, specifically for the .NET library.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCreateProcessRequest\u003c/code\u003e is a request message used to initiate the creation of a process via the \u003ccode\u003eCreateProcess\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, extending its functionality for .NET usage.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eCreateProcessRequest\u003c/code\u003e include \u003ccode\u003eParent\u003c/code\u003e (the location of the project), \u003ccode\u003eProcess\u003c/code\u003e (the process to be created), and \u003ccode\u003eRequestId\u003c/code\u003e (a unique identifier for idempotent requests).\u003c/p\u003e\n"],["\u003cp\u003eThere are 5 documented versions of \u003ccode\u003eCreateProcessRequest\u003c/code\u003e, with the latest version being 1.4.0.\u003c/p\u003e\n"]]],[],null,["# Data Lineage v1 API - Class CreateProcessRequest (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.CreateProcessRequest)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.DataCatalog.Lineage.V1/1.3.0/Google.Cloud.DataCatalog.Lineage.V1.CreateProcessRequest)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.DataCatalog.Lineage.V1/1.2.0/Google.Cloud.DataCatalog.Lineage.V1.CreateProcessRequest)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.DataCatalog.Lineage.V1/1.1.0/Google.Cloud.DataCatalog.Lineage.V1.CreateProcessRequest)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.DataCatalog.Lineage.V1/1.0.0/Google.Cloud.DataCatalog.Lineage.V1.CreateProcessRequest) \n\n public sealed class CreateProcessRequest : IMessage\u003cCreateProcessRequest\u003e, IEquatable\u003cCreateProcessRequest\u003e, IDeepCloneable\u003cCreateProcessRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Data Lineage v1 API class CreateProcessRequest.\n\nRequest message for\n\\[CreateProcess\\]\\[google.cloud.datacatalog.lineage.v1.CreateProcess\\]. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e CreateProcessRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[CreateProcessRequest](/dotnet/docs/reference/Google.Cloud.DataCatalog.Lineage.V1/latest/Google.Cloud.DataCatalog.Lineage.V1.CreateProcessRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[CreateProcessRequest](/dotnet/docs/reference/Google.Cloud.DataCatalog.Lineage.V1/latest/Google.Cloud.DataCatalog.Lineage.V1.CreateProcessRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[CreateProcessRequest](/dotnet/docs/reference/Google.Cloud.DataCatalog.Lineage.V1/latest/Google.Cloud.DataCatalog.Lineage.V1.CreateProcessRequest), [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### CreateProcessRequest()\n\n public CreateProcessRequest()\n\n### CreateProcessRequest(CreateProcessRequest)\n\n public CreateProcessRequest(CreateProcessRequest other)\n\nProperties\n----------\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. The name of the project and its location that should own the\nprocess.\n\n### ParentAsLocationName\n\n public LocationName ParentAsLocationName { get; set; }\n\n[LocationName](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax/ResourceNames/LocationName.cs)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.DataCatalog.Lineage.V1/latest/Google.Cloud.DataCatalog.Lineage.V1.CreateProcessRequest#Google_Cloud_DataCatalog_Lineage_V1_CreateProcessRequest_Parent) resource name property.\n\n### Process\n\n public Process Process { get; set; }\n\nRequired. The process to create.\n\n### RequestId\n\n public string RequestId { get; set; }\n\nA unique identifier for this request. Restricted to 36 ASCII characters.\nA random UUID is recommended. This request is idempotent only if a\n`request_id` is provided."]]