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

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
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setDataExchanges

The list of data exchanges.

Parameter
NameDescription
var array<Google\Cloud\BigQuery\AnalyticsHub\V1\DataExchange>
Returns
TypeDescription
$this

getNextPageToken

A token to request the next page of results.

Returns
TypeDescription
string

setNextPageToken

A token to request the next page of results.

Parameter
NameDescription
var string
Returns
TypeDescription
$this