Class: Google::Cloud::Bigquery::AnalyticsHub::V1::ListOrgDataExchangesResponse

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 response to listing data exchanges in an organization and location.

Instance Attribute Summary collapse

Instance Attribute Details

#data_exchanges::Array<::Google::Cloud::Bigquery::AnalyticsHub::V1::DataExchange>

Returns The list of data exchanges.

Returns:



494
495
496
497
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 494

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.

Returns:

  • (::String)

    A token to request the next page of results.



494
495
496
497
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 494

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