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