Class: Google::Cloud::Bigquery::DataExchange::V1beta1::ListOrgDataExchangesRequest

Inherits:
Object
  • Object
show all
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 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.



319
320
321
322
# File 'proto_docs/google/cloud/bigquery/dataexchange/v1beta1/dataexchange.rb', line 319

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.



319
320
321
322
# File 'proto_docs/google/cloud/bigquery/dataexchange/v1beta1/dataexchange.rb', line 319

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.



319
320
321
322
# File 'proto_docs/google/cloud/bigquery/dataexchange/v1beta1/dataexchange.rb', line 319

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