BigQuery Data Transfer V1 Client - Class UnenrollDataSourcesRequest (2.2.4)

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

A request to unenroll a set of data sources so they are no longer visible in the BigQuery UI's Transfer tab.

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

Namespace

Google \ Cloud \ BigQuery \ DataTransfer \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of the project resource in the form: projects/{project_id}

↳ data_source_ids string[]

Data sources that are unenrolled. It is required to provide at least one data source id.

getName

Required. The name of the project resource in the form: projects/{project_id}

Returns
Type Description
string

setName

Required. The name of the project resource in the form: projects/{project_id}

Parameter
Name Description
var string
Returns
Type Description
$this

getDataSourceIds

Data sources that are unenrolled. It is required to provide at least one data source id.

Returns
Type Description
Google\Protobuf\RepeatedField<string>

setDataSourceIds

Data sources that are unenrolled. It is required to provide at least one data source id.

Parameter
Name Description
var string[]
Returns
Type Description
$this