Reference documentation and code samples for the Analytics Hub V1beta1 API class Google::Cloud::Bigquery::DataExchange::V1beta1::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::DataExchange::V1beta1::Listing>
    Returns
    
  - (::Array<::Google::Cloud::Bigquery::DataExchange::V1beta1::Listing>) — The list of Listing.
#listings=
def listings=(value) -> ::Array<::Google::Cloud::Bigquery::DataExchange::V1beta1::Listing>
    Parameter
    
  - value (::Array<::Google::Cloud::Bigquery::DataExchange::V1beta1::Listing>) — The list of Listing.
    Returns
    
  - (::Array<::Google::Cloud::Bigquery::DataExchange::V1beta1::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.