Class: Google::Cloud::DataCatalog::Lineage::V1::MultipleEntityReference
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::Lineage::V1::MultipleEntityReference
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb
Overview
Multiple entity reference for SearchLinksRequest.
Instance Attribute Summary collapse
Instance Attribute Details
#entities ⇒ ::Array<::Google::Cloud::DataCatalog::Lineage::V1::EntityReference>
Returns Optional. The list of entities to search for links. The maximum number of entities is 20.
649 650 651 652 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 649 class MultipleEntityReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |