Class: Google::Cloud::DataCatalog::Lineage::V1::SearchLineageStreamingResponse
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::Lineage::V1::SearchLineageStreamingResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb
Overview
Response message for SearchLineageStreaming.
Instance Attribute Summary collapse
-
#links ⇒ ::Array<::Google::Cloud::DataCatalog::Lineage::V1::LineageLink>
readonly
Output only.
-
#unreachable ⇒ ::Array<::String>
Unordered list.
Instance Attribute Details
#links ⇒ ::Array<::Google::Cloud::DataCatalog::Lineage::V1::LineageLink> (readonly)
Returns Output only. The lineage links that match the search criteria. Can be empty if no links match.
1000 1001 1002 1003 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 1000 class SearchLineageStreamingResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Unordered list. Unreachable resources. If non-empty, the result set might be incomplete.
Currently, only locations are supported.
Format: projects/[PROJECT_NUMBER]/locations/[LOCATION]
Example: projects/123456789/locations/us-east1.
1000 1001 1002 1003 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 1000 class SearchLineageStreamingResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |