Google Cloud BigQuery Analytics Hub V1 Client - Class ListDataExchangesRequest (0.5.1)

Reference documentation and code samples for the Google Cloud BigQuery Analytics Hub V1 Client class ListDataExchangesRequest.

Message for requesting the list of data exchanges.

Generated from protobuf message google.cloud.bigquery.analyticshub.v1.ListDataExchangesRequest

Namespace

Google \ Cloud \ BigQuery \ AnalyticsHub \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The parent resource path of the data exchanges. e.g. projects/myproject/locations/US.

↳ page_size int

The maximum number of results to return in a single response page. Leverage the page tokens to iterate through the entire collection.

↳ page_token string

Page token, returned by a previous call, to request the next page of results.

getParent

Required. The parent resource path of the data exchanges.

e.g. projects/myproject/locations/US.

Returns
Type Description
string

setParent

Required. The parent resource path of the data exchanges.

e.g. projects/myproject/locations/US.

Parameter
Name Description
var string
Returns
Type Description
$this

getPageSize

The maximum number of results to return in a single response page. Leverage the page tokens to iterate through the entire collection.

Returns
Type Description
int

setPageSize

The maximum number of results to return in a single response page. Leverage the page tokens to iterate through the entire collection.

Parameter
Name Description
var int
Returns
Type Description
$this

getPageToken

Page token, returned by a previous call, to request the next page of results.

Returns
Type Description
string

setPageToken

Page token, returned by a previous call, to request the next page of results.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
parent string

Required. The parent resource path of the data exchanges. e.g. projects/myproject/locations/US. Please see Google\Cloud\BigQuery\AnalyticsHub\V1\AnalyticsHubServiceClient::locationName() for help formatting this field.

Returns
Type Description
Google\Cloud\BigQuery\AnalyticsHub\V1\ListDataExchangesRequest