Reference documentation and code samples for the Data Lineage V1 API class Google::Cloud::DataCatalog::Lineage::V1::ListRunsResponse.
Response message for [ListRuns][google.cloud.datacatalog.lineage.v1.ListRuns].
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.
#runs
def runs() -> ::Array<::Google::Cloud::DataCatalog::Lineage::V1::Run>
Returns
- (::Array<::Google::Cloud::DataCatalog::Lineage::V1::Run>) — The runs from the specified project and location.
#runs=
def runs=(value) -> ::Array<::Google::Cloud::DataCatalog::Lineage::V1::Run>
Parameter
- value (::Array<::Google::Cloud::DataCatalog::Lineage::V1::Run>) — The runs from the specified project and location.
Returns
- (::Array<::Google::Cloud::DataCatalog::Lineage::V1::Run>) — The runs from the specified project and location.