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
Returns Required. The organization resource path of the projects containing
DataExchanges. e.g. organizations/myorg/locations/US
.
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
Returns The maximum number of results to return in a single response page. Leverage the page tokens to iterate through the entire collection.
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
Returns Page token, returned by a previous call, to request the next page of results.
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 |