Class: Google::Cloud::Bigquery::AnalyticsHub::V1::ListListingsRequest

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

Overview

Message for requesting the list of listings.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns The maximum number of results to return in a single response page. Leverage the page tokens to iterate through the entire collection.

Returns:

  • (::Integer)

    The maximum number of results to return in a single response page. Leverage the page tokens to iterate through the entire collection.



566
567
568
569
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 566

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

#page_token::String

Returns Page token, returned by a previous call, to request the next page of results.

Returns:

  • (::String)

    Page token, returned by a previous call, to request the next page of results.



566
567
568
569
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 566

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

#parent::String

Returns Required. The parent resource path of the listing. e.g. projects/myproject/locations/US/dataExchanges/123.

Returns:

  • (::String)

    Required. The parent resource path of the listing. e.g. projects/myproject/locations/US/dataExchanges/123.



566
567
568
569
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 566

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