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 \ V1Methods
__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: |
↳ data_source_ids |
array
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\Internal\RepeatedField |
|
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 |
|