Google Cloud BigQuery Data Exchange V1beta1 Client - Class ListOrgDataExchangesRequest (0.4.4)

Reference documentation and code samples for the Google Cloud BigQuery Data Exchange V1beta1 Client class ListOrgDataExchangesRequest.

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

Generated from protobuf message google.cloud.bigquery.dataexchange.v1beta1.ListOrgDataExchangesRequest

Namespace

Google \ Cloud \ BigQuery \ DataExchange \ V1beta1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ organization string

Required. The organization resource path of the projects containing DataExchanges. e.g. organizations/myorg/locations/US.

↳ page_size int

The maximum number of results to return in a single response page. Leverage the page tokens to iterate through the entire collection.

↳ page_token string

Page token, returned by a previous call, to request the next page of results.

getOrganization

Required. The organization resource path of the projects containing DataExchanges.

e.g. organizations/myorg/locations/US.

Returns
Type Description
string

setOrganization

Required. The organization resource path of the projects containing DataExchanges.

e.g. organizations/myorg/locations/US.

Parameter
Name Description
var string
Returns
Type Description
$this

getPageSize

The maximum number of results to return in a single response page. Leverage the page tokens to iterate through the entire collection.

Returns
Type Description
int

setPageSize

The maximum number of results to return in a single response page. Leverage the page tokens to iterate through the entire collection.

Parameter
Name Description
var int
Returns
Type Description
$this

getPageToken

Page token, returned by a previous call, to request the next page of results.

Returns
Type Description
string

setPageToken

Page token, returned by a previous call, to request the next page of results.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
organization string

Required. The organization resource path of the projects containing DataExchanges. e.g. organizations/myorg/locations/US.

Returns
Type Description
Google\Cloud\BigQuery\DataExchange\V1beta1\ListOrgDataExchangesRequest