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"]],[["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 `CreateProcessRequest` class is part of the Data Lineage v1 API in the `Google.Cloud.DataCatalog.Lineage.V1` namespace, used for requesting the creation of a process."],["This class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering capabilities such as message handling, equality checks, deep cloning, and buffer management."],["The `CreateProcessRequest` class has properties like `Parent`, `ParentAsLocationName`, `Process`, and `RequestId`, which are used to define the project location, associated location name, process details, and a unique identifier for the request."],["The request to create a process requires the name of the project and location, as indicated by the `Parent` property, and the process object itself, as indicated by the `Process` property, and the request can be idempotent if a `RequestId` is supplied."],["This API is available in various versions, with the latest being 1.4.0, and this specific page is about version 1.3.0."]]],[]]