BigQuery Data Transfer V1 Client - Class DeleteDataSourceDefinitionRequest (1.8.4)

Reference documentation and code samples for the BigQuery Data Transfer V1 Client class DeleteDataSourceDefinitionRequest.

Represents the request of the DeleteDataSourceDefinition method. All transfer configs associated with the data source must be deleted first, before the data source can be deleted.

Generated from protobuf message google.cloud.bigquery.datatransfer.v1.DeleteDataSourceDefinitionRequest

Namespace

Google \ Cloud \ BigQuery \ DataTransfer \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

The field will contain name of the resource requested, for example: projects/{project_id}/locations/{location_id}/dataSourceDefinitions/{data_source_id}

getName

The field will contain name of the resource requested, for example: projects/{project_id}/locations/{location_id}/dataSourceDefinitions/{data_source_id}

Returns
Type Description
string

setName

The field will contain name of the resource requested, for example: projects/{project_id}/locations/{location_id}/dataSourceDefinitions/{data_source_id}

Parameter
Name Description
var string
Returns
Type Description
$this