Reference documentation and code samples for the Analytics Hub V1 API class Google::Cloud::Bigquery::AnalyticsHub::V1::ListDataExchangesRequest.
Message for requesting the list of data exchanges.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — The maximum number of results to return in a single response page. Leverage the page tokens to iterate through the entire collection.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — 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.
#page_token
def page_token() -> ::String
Returns
- (::String) — Page token, returned by a previous call, to request the next page of results.
#page_token=
def page_token=(value) -> ::String
Parameter
- value (::String) — 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.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The parent resource path of the data exchanges.
e.g.
projects/myproject/locations/US
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — 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
.