Reference documentation and code samples for the Data Lineage V1 API class Google::Cloud::DataCatalog::Lineage::V1::SearchLineageStreamingRequest::RootCriteria.
Criteria for the root of the search.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#entities
def entities() -> ::Google::Cloud::DataCatalog::Lineage::V1::MultipleEntityReference
Returns
-
(::Google::Cloud::DataCatalog::Lineage::V1::MultipleEntityReference) — Optional. The entities to initiate the search from. Entities can be
specified by FQN only, or by FQN and field. To search by FQN and all
available fields for that FQN, use the wildcard
*as the field value.
#entities=
def entities=(value) -> ::Google::Cloud::DataCatalog::Lineage::V1::MultipleEntityReference
Parameter
-
value (::Google::Cloud::DataCatalog::Lineage::V1::MultipleEntityReference) — Optional. The entities to initiate the search from. Entities can be
specified by FQN only, or by FQN and field. To search by FQN and all
available fields for that FQN, use the wildcard
*as the field value.
Returns
-
(::Google::Cloud::DataCatalog::Lineage::V1::MultipleEntityReference) — Optional. The entities to initiate the search from. Entities can be
specified by FQN only, or by FQN and field. To search by FQN and all
available fields for that FQN, use the wildcard
*as the field value.