Class: Google::Cloud::Bigquery::DataExchange::V1beta1::ListOrgDataExchangesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::DataExchange::V1beta1::ListOrgDataExchangesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/dataexchange/v1beta1/dataexchange.rb
Overview
Message for response to listing data exchanges in an organization and location.
Instance Attribute Summary collapse
-
#data_exchanges ⇒ ::Array<::Google::Cloud::Bigquery::DataExchange::V1beta1::DataExchange>
The list of data exchanges.
-
#next_page_token ⇒ ::String
A token to request the next page of results.
Instance Attribute Details
#data_exchanges ⇒ ::Array<::Google::Cloud::Bigquery::DataExchange::V1beta1::DataExchange>
Returns The list of data exchanges.
332 333 334 335 |
# File 'proto_docs/google/cloud/bigquery/dataexchange/v1beta1/dataexchange.rb', line 332 class ListOrgDataExchangesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token to request the next page of results.
332 333 334 335 |
# File 'proto_docs/google/cloud/bigquery/dataexchange/v1beta1/dataexchange.rb', line 332 class ListOrgDataExchangesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |