Class: Google::Cloud::Bigquery::DataExchange::V1beta1::ListListingsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::DataExchange::V1beta1::ListListingsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/dataexchange/v1beta1/dataexchange.rb
Overview
Message for requesting the list of listings.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
The maximum number of results to return in a single response page.
-
#page_token ⇒ ::String
Page token, returned by a previous call, to request the next page of results.
-
#parent ⇒ ::String
Required.
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.
404 405 406 407 |
# File 'proto_docs/google/cloud/bigquery/dataexchange/v1beta1/dataexchange.rb', line 404 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.
404 405 406 407 |
# File 'proto_docs/google/cloud/bigquery/dataexchange/v1beta1/dataexchange.rb', line 404 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
.
404 405 406 407 |
# File 'proto_docs/google/cloud/bigquery/dataexchange/v1beta1/dataexchange.rb', line 404 class ListListingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |