Class: Google::Cloud::Bigquery::AnalyticsHub::V1::ListListingsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::AnalyticsHub::V1::ListListingsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb
Overview
Message for response to the list of Listings.
Instance Attribute Summary collapse
-
#listings ⇒ ::Array<::Google::Cloud::Bigquery::AnalyticsHub::V1::Listing>
The list of Listing.
-
#next_page_token ⇒ ::String
A token to request the next page of results.
Instance Attribute Details
#listings ⇒ ::Array<::Google::Cloud::Bigquery::AnalyticsHub::V1::Listing>
Returns The list of Listing.
608 609 610 611 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 608 class ListListingsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token to request the next page of results.
608 609 610 611 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 608 class ListListingsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |