Google Cloud BigQuery Analytics Hub V1 Client - Class ListDataExchangesResponse (1.0.0-RC1)

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 \ V1

Methods

__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