Reference documentation and code samples for the Data Lineage V1 API class Google::Cloud::DataCatalog::Lineage::V1::ListProcessesResponse.
Response message for [ListProcesses][google.cloud.datacatalog.lineage.v1.ListProcesses].
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 next call to get the next page. If this field is omitted, there are no subsequent pages.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) — The token to specify as
page_token
in the next call to get the next page. If this field is omitted, there are no subsequent pages.
Returns
-
(::String) — The token to specify as
page_token
in the next call to get the next page. If this field is omitted, there are no subsequent pages.
#processes
def processes() -> ::Array<::Google::Cloud::DataCatalog::Lineage::V1::Process>
Returns
- (::Array<::Google::Cloud::DataCatalog::Lineage::V1::Process>) — The processes from the specified project and location.
#processes=
def processes=(value) -> ::Array<::Google::Cloud::DataCatalog::Lineage::V1::Process>
Parameter
- value (::Array<::Google::Cloud::DataCatalog::Lineage::V1::Process>) — The processes from the specified project and location.
Returns
- (::Array<::Google::Cloud::DataCatalog::Lineage::V1::Process>) — The processes from the specified project and location.