Reference documentation and code samples for the Google Cloud BigQuery Data Exchange V1beta1 Client class ListOrgDataExchangesResponse.
Message for response to listing data exchanges in an organization and location.
Generated from protobuf message google.cloud.bigquery.dataexchange.v1beta1.ListOrgDataExchangesResponse
Namespace
Google \ Cloud \ BigQuery \ DataExchange \ V1beta1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ data_exchanges |
array<Google\Cloud\BigQuery\DataExchange\V1beta1\DataExchange>
The list of data exchanges. |
↳ next_page_token |
string
A token to request the next page of results. |
getDataExchanges
The list of data exchanges.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setDataExchanges
The list of data exchanges.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\BigQuery\DataExchange\V1beta1\DataExchange>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
A token to request the next page of results.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
A token to request the next page of results.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |