Data Lineage V1 API - Class Google::Cloud::DataCatalog::Lineage::V1::EntityReference (v0.15.0)

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>
Returns
  • (::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 field should 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>
Parameter
  • 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 field should 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.

Returns
  • (::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 field should 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
Returns

#fully_qualified_name=

def fully_qualified_name=(value) -> ::String
Parameter
Returns