Analytics Hub V1 API - Class Google::Cloud::Bigquery::AnalyticsHub::V1::ListOrgDataExchangesRequest (v0.7.0)

Reference documentation and code samples for the Analytics Hub V1 API class Google::Cloud::Bigquery::AnalyticsHub::V1::ListOrgDataExchangesRequest.

Message for requesting the list of data exchanges from projects in an organization and location.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#organization

def organization() -> ::String
Returns
  • (::String) — Required. The organization resource path of the projects containing DataExchanges. e.g. organizations/myorg/locations/US.

#organization=

def organization=(value) -> ::String
Parameter
  • value (::String) — 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.

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