Class: Google::Cloud::DataCatalog::Lineage::V1::SearchLineageStreamingRequest::RootCriteria
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::Lineage::V1::SearchLineageStreamingRequest::RootCriteria
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb
Overview
Criteria for the root of the search.
Instance Attribute Summary collapse
Instance Attribute Details
#entities ⇒ ::Google::Cloud::DataCatalog::Lineage::V1::MultipleEntityReference
Returns 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.
957 958 959 960 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 957 class RootCriteria include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |