Class: Google::Cloud::Bigquery::DataExchange::V1beta1::ListDataExchangesRequest

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.

Instance Attribute Summary collapse

Instance Attribute Details

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



288
289
290
291
# File 'proto_docs/google/cloud/bigquery/dataexchange/v1beta1/dataexchange.rb', line 288

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



288
289
290
291
# File 'proto_docs/google/cloud/bigquery/dataexchange/v1beta1/dataexchange.rb', line 288

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

#parent::String

Returns Required. The parent resource path of the data exchanges. e.g. projects/myproject/locations/US.

Returns:

  • (::String)

    Required. The parent resource path of the data exchanges. e.g. projects/myproject/locations/US.



288
289
290
291
# File 'proto_docs/google/cloud/bigquery/dataexchange/v1beta1/dataexchange.rb', line 288

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