Class: Google::Cloud::DataCatalog::Lineage::V1::ListRunsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::Lineage::V1::ListRunsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb
Overview
Response message for [ListRuns][google.cloud.datacatalog.lineage.v1.ListRuns].
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
The token to specify as
page_token
in the next call to get the next page. -
#runs ⇒ ::Array<::Google::Cloud::DataCatalog::Lineage::V1::Run>
The runs from the specified project and location.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns 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.
455 456 457 458 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 455 class ListRunsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#runs ⇒ ::Array<::Google::Cloud::DataCatalog::Lineage::V1::Run>
Returns The runs from the specified project and location.
455 456 457 458 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 455 class ListRunsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |