Reference documentation and code samples for the Google Cloud BigQuery Analytics Hub V1 Client class ListOrgDataExchangesResponse.
Message for response to listing data exchanges in an organization and location.
Generated from protobuf message google.cloud.bigquery.analyticshub.v1.ListOrgDataExchangesResponse
Namespace
Google \ Cloud \ BigQuery \ AnalyticsHub \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ data_exchanges |
array<Google\Cloud\BigQuery\AnalyticsHub\V1\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\AnalyticsHub\V1\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 |