Class: Google::Cloud::Bigquery::AnalyticsHub::V1::ListOrgDataExchangesRequest

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 data exchanges from projects in an organization and location.

Instance Attribute Summary collapse

Instance Attribute Details

#organization::String

Returns Required. The organization resource path of the projects containing DataExchanges. e.g. organizations/myorg/locations/US.

Returns:

  • (::String)

    Required. The organization resource path of the projects containing DataExchanges. e.g. organizations/myorg/locations/US.



481
482
483
484
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 481

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

#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.



481
482
483
484
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 481

class ListOrgDataExchangesRequest
  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.



481
482
483
484
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 481

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