Reference documentation and code samples for the Data Lineage V1 API class Google::Cloud::DataCatalog::Lineage::V1::ProcessOpenLineageRunEventRequest.
Request message for [ProcessOpenLineageRunEvent][google.cloud.datacatalog.lineage.v1.ProcessOpenLineageRunEvent].
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#open_lineage
def open_lineage() -> ::Google::Protobuf::Struct
Returns
- (::Google::Protobuf::Struct) — Required. OpenLineage message following OpenLineage format: https://github.com/OpenLineage/OpenLineage/blob/main/spec/OpenLineage.json
#open_lineage=
def open_lineage=(value) -> ::Google::Protobuf::Struct
Parameter
- value (::Google::Protobuf::Struct) — Required. OpenLineage message following OpenLineage format: https://github.com/OpenLineage/OpenLineage/blob/main/spec/OpenLineage.json
Returns
- (::Google::Protobuf::Struct) — Required. OpenLineage message following OpenLineage format: https://github.com/OpenLineage/OpenLineage/blob/main/spec/OpenLineage.json
#parent
def parent() -> ::String
Returns
- (::String) — Required. The name of the project and its location that should own the process, run, and lineage event.
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The name of the project and its location that should own the process, run, and lineage event.
Returns
- (::String) — Required. The name of the project and its location that should own the process, run, and 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.