Reference documentation and code samples for the Data Lineage V1 API class Google::Cloud::DataCatalog::Lineage::V1::BatchSearchLinkProcessesResponse.
Response message for BatchSearchLinkProcesses.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) — 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.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) — 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.
Returns
-
(::String) — 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.
#process_links
def process_links() -> ::Array<::Google::Cloud::DataCatalog::Lineage::V1::ProcessLinks>
Returns
- (::Array<::Google::Cloud::DataCatalog::Lineage::V1::ProcessLinks>) — An array of processes associated with the specified links.
#process_links=
def process_links=(value) -> ::Array<::Google::Cloud::DataCatalog::Lineage::V1::ProcessLinks>
Parameter
- value (::Array<::Google::Cloud::DataCatalog::Lineage::V1::ProcessLinks>) — An array of processes associated with the specified links.
Returns
- (::Array<::Google::Cloud::DataCatalog::Lineage::V1::ProcessLinks>) — An array of processes associated with the specified links.