Reference documentation and code samples for the Data Lineage V1 API class Google::Cloud::DataCatalog::Lineage::V1::EntityReference.
The soft reference to everything you can attach a lineage event to.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#field
def field() -> ::Array<::String>-
(::Array<::String>) — Optional. Field path within the entity. Each nesting level should be a
separate value in the repeated field. The order matters. Must be empty for
asset level lineage
For example to address "salary.net" subfield where "salary" is a column and "net" is a proto field two values in the
fieldshould be reported, the first is "salary" and the second is "net".Each field length is limited to 500 characters. Maximum supported nesting level is 20.
#field=
def field=(value) -> ::Array<::String>-
value (::Array<::String>) — Optional. Field path within the entity. Each nesting level should be a
separate value in the repeated field. The order matters. Must be empty for
asset level lineage
For example to address "salary.net" subfield where "salary" is a column and "net" is a proto field two values in the
fieldshould be reported, the first is "salary" and the second is "net".Each field length is limited to 500 characters. Maximum supported nesting level is 20.
-
(::Array<::String>) — Optional. Field path within the entity. Each nesting level should be a
separate value in the repeated field. The order matters. Must be empty for
asset level lineage
For example to address "salary.net" subfield where "salary" is a column and "net" is a proto field two values in the
fieldshould be reported, the first is "salary" and the second is "net".Each field length is limited to 500 characters. Maximum supported nesting level is 20.
#fully_qualified_name
def fully_qualified_name() -> ::String- (::String) — Required. Fully Qualified Name (FQN) of the entity.
#fully_qualified_name=
def fully_qualified_name=(value) -> ::String- value (::String) — Required. Fully Qualified Name (FQN) of the entity.
- (::String) — Required. Fully Qualified Name (FQN) of the entity.