public sealed class CreateRunRequest : IMessage<CreateRunRequest>, IEquatable<CreateRunRequest>, IDeepCloneable<CreateRunRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Lineage v1 API class CreateRunRequest.
Request message for
[CreateRun][google.cloud.datacatalog.lineage.v1.CreateRun].
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 `CreateRunRequest` class is part of the Data Lineage v1 API in the `Google.Cloud.DataCatalog.Lineage.V1` namespace, used for requesting the creation of a run within a specified process."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality checks, deep cloning, and buffer-based operations."],["The `CreateRunRequest` class requires a `Parent` property, which represents the name of the process that owns the run, and a `Run` property, which is the run to be created."],["The class has a RequestId property which allows you to provide a unique identifier for the request, making it idempotent."],["This class can be constructed using a default constructor, or a copy constructor which accepts another `CreateRunRequest` instance as parameter."]]],[]]