Class: Google::Cloud::Bigquery::AnalyticsHub::V1::ListOrgDataExchangesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::AnalyticsHub::V1::ListOrgDataExchangesRequest
- 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
-
#organization ⇒ ::String
Required.
-
#page_size ⇒ ::Integer
The maximum number of results to return in a single response page.
-
#page_token ⇒ ::String
Page token, returned by a previous call, to request the next page of results.
Instance Attribute Details
#organization ⇒ ::String
511 512 513 514 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 511 class ListOrgDataExchangesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
511 512 513 514 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 511 class ListOrgDataExchangesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
511 512 513 514 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 511 class ListOrgDataExchangesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |