Reference documentation and code samples for the Analytics Hub V1 API class Google::Cloud::Bigquery::AnalyticsHub::V1::ListListingsResponse.
Message for response to the list of Listings.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#listings
def listings() -> ::Array<::Google::Cloud::Bigquery::AnalyticsHub::V1::Listing>
Returns
- (::Array<::Google::Cloud::Bigquery::AnalyticsHub::V1::Listing>) — The list of Listing.
#listings=
def listings=(value) -> ::Array<::Google::Cloud::Bigquery::AnalyticsHub::V1::Listing>
Parameter
- value (::Array<::Google::Cloud::Bigquery::AnalyticsHub::V1::Listing>) — The list of Listing.
Returns
- (::Array<::Google::Cloud::Bigquery::AnalyticsHub::V1::Listing>) — The list of Listing.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A token to request the next page of results.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — A token to request the next page of results.
Returns
- (::String) — A token to request the next page of results.