public sealed class CreateLineageEventRequest : IMessage<CreateLineageEventRequest>, IEquatable<CreateLineageEventRequest>, IDeepCloneable<CreateLineageEventRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Lineage v1 API class CreateLineageEventRequest.
Request message for
[CreateLineageEvent][google.cloud.datacatalog.lineage.v1.CreateLineageEvent].
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-04-01 UTC."],[[["This documentation covers the `CreateLineageEventRequest` class, which is part of the Data Lineage v1 API, and is used to create a request for a `CreateLineageEvent`."],["The `CreateLineageEventRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for message manipulation and comparison."],["The class includes constructors for creating a new `CreateLineageEventRequest` and for creating a copy of an existing one, specified by a `CreateLineageEventRequest` parameter."],["Key properties of `CreateLineageEventRequest` are `LineageEvent`, which specifies the event being created, `Parent`, which is the name of the run owning the event, and `RequestId`, a unique identifier for the request."],["Several versions of the API are available, with 1.4.0 being the most recent, and the documentation links back to v1.0.0."]]],[]]