Google Cloud BigQuery Data Exchange V1beta1 Client - Class DeleteDataExchangeRequest (0.2.6)

Reference documentation and code samples for the Google Cloud BigQuery Data Exchange V1beta1 Client class DeleteDataExchangeRequest.

Message for deleting a data exchange.

Generated from protobuf message google.cloud.bigquery.dataexchange.v1beta1.DeleteDataExchangeRequest

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this