Reference documentation and code samples for the Analytics Hub V1 API class Google::Cloud::Bigquery::AnalyticsHub::V1::ListOrgDataExchangesResponse.
Message for response to listing data exchanges in an organization and location.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#data_exchanges
def data_exchanges() -> ::Array<::Google::Cloud::Bigquery::AnalyticsHub::V1::DataExchange>
Returns
- (::Array<::Google::Cloud::Bigquery::AnalyticsHub::V1::DataExchange>) — The list of data exchanges.
#data_exchanges=
def data_exchanges=(value) -> ::Array<::Google::Cloud::Bigquery::AnalyticsHub::V1::DataExchange>
Parameter
- value (::Array<::Google::Cloud::Bigquery::AnalyticsHub::V1::DataExchange>) — The list of data exchanges.
Returns
- (::Array<::Google::Cloud::Bigquery::AnalyticsHub::V1::DataExchange>) — The list of data exchanges.
#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.