Class: Google::Cloud::DataCatalog::Lineage::V1::SearchLineageStreamingResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

Returns Output only. The lineage links that match the search criteria. Can be empty if no links match.

Returns:



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.

Returns:

  • (::Array<::String>)

    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