Class: Google::Cloud::DataCatalog::Lineage::V1::BatchSearchLinkProcessesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::Lineage::V1::BatchSearchLinkProcessesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb
Overview
Response message for BatchSearchLinkProcesses.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
The token to specify as
page_token
in the subsequent call to get the next page. -
#process_links ⇒ ::Array<::Google::Cloud::DataCatalog::Lineage::V1::ProcessLinks>
An array of processes associated with the specified links.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns The token to specify as page_token
in the subsequent call to get the next
page. Omitted if there are no more pages in the response.
669 670 671 672 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 669 class BatchSearchLinkProcessesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#process_links ⇒ ::Array<::Google::Cloud::DataCatalog::Lineage::V1::ProcessLinks>
Returns An array of processes associated with the specified links.
669 670 671 672 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 669 class BatchSearchLinkProcessesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |