Reference documentation and code samples for the Data Lineage V1 API class Google::Cloud::DataCatalog::Lineage::V1::CreateLineageEventRequest.
Request message for [CreateLineageEvent][google.cloud.datacatalog.lineage.v1.CreateLineageEvent].
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#lineage_event
def lineage_event() -> ::Google::Cloud::DataCatalog::Lineage::V1::LineageEvent
Returns
- (::Google::Cloud::DataCatalog::Lineage::V1::LineageEvent) — Required. The lineage event to create.
#lineage_event=
def lineage_event=(value) -> ::Google::Cloud::DataCatalog::Lineage::V1::LineageEvent
Parameter
- value (::Google::Cloud::DataCatalog::Lineage::V1::LineageEvent) — Required. The lineage event to create.
Returns
- (::Google::Cloud::DataCatalog::Lineage::V1::LineageEvent) — Required. The lineage event to create.
#parent
def parent() -> ::String
Returns
- (::String) — Required. The name of the run that should own the lineage event.
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The name of the run that should own the lineage event.
Returns
- (::String) — Required. The name of the run that should own the lineage event.
#request_id
def request_id() -> ::String
Returns
-
(::String) — 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.
#request_id=
def request_id=(value) -> ::String
Parameter
-
value (::String) — 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.
Returns
-
(::String) — 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.