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

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

Message for getting a data exchange.

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

Namespace

Google \ Cloud \ BigQuery \ AnalyticsHub \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. The resource name of the data exchange. e.g. projects/myproject/locations/US/dataExchanges/123.

getName

Required. The resource name of the data exchange.

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

Returns
TypeDescription
string

setName

Required. The resource name of the data exchange.

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
name string

Required. The resource name of the data exchange. e.g. projects/myproject/locations/US/dataExchanges/123. Please see Google\Cloud\BigQuery\AnalyticsHub\V1\AnalyticsHubServiceClient::dataExchangeName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\BigQuery\AnalyticsHub\V1\GetDataExchangeRequest