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

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

Message for deleting a data exchange.

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

Namespace

Google \ Cloud \ BigQuery \ AnalyticsHub \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. The full name of the data exchange resource that you want to delete. For example, projects/myproject/locations/US/dataExchanges/123.

getName

Required. The full name of the data exchange resource that you want to delete. For example, projects/myproject/locations/US/dataExchanges/123.

Returns
Type Description
string

setName

Required. The full name of the data exchange resource that you want to delete. For example, projects/myproject/locations/US/dataExchanges/123.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. The full name of the data exchange resource that you want to delete. For example, projects/myproject/locations/US/dataExchanges/123. Please see Google\Cloud\BigQuery\AnalyticsHub\V1\AnalyticsHubServiceClient::dataExchangeName() for help formatting this field.

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