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."],[[["This page provides reference documentation for the `CreateRunRequest` class within the Data Lineage v1 API, specifically for version 1.2.0 of the Google Cloud Data Catalog Lineage library."],["The `CreateRunRequest` class is used to send requests for creating a run, as part of the `CreateRun` operation within the Data Lineage API."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message manipulation, equality comparisons, deep cloning, and buffered message handling."],["Key properties of `CreateRunRequest` include `Parent`, `ParentAsProcessName`, `RequestId`, and `Run`, which are used to specify the owning process, access the typed view over the parent, provide a unique request identifier, and define the run to be created, respectively."],["The class offers two constructors, a default one and another that takes an existing `CreateRunRequest` object to create a copy."]]],[]]