Class: Google::Cloud::Bigquery::DataExchange::V1beta1::ListListingsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/bigquery/dataexchange/v1beta1/dataexchange.rb

Overview

Message for response to the list of Listings.

Instance Attribute Summary collapse

Instance Attribute Details

#listings::Array<::Google::Cloud::Bigquery::DataExchange::V1beta1::Listing>

Returns The list of Listing.

Returns:



416
417
418
419
# File 'proto_docs/google/cloud/bigquery/dataexchange/v1beta1/dataexchange.rb', line 416

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.

Returns:

  • (::String)

    A token to request the next page of results.



416
417
418
419
# File 'proto_docs/google/cloud/bigquery/dataexchange/v1beta1/dataexchange.rb', line 416

class ListListingsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end