Reference documentation and code samples for the BigQuery Data Transfer V1 Client class EnableDataTransferServiceRequest.
A request to enable data transfer service for a project.
Generated from protobuf message google.cloud.bigquery.datatransfer.v1.EnableDataTransferServiceRequest
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
The name of the project resource in the form: |
getName
The name of the project resource in the form:
projects/{project_id}
Generated from protobuf field string name = 1;
Returns | |
---|---|
Type | Description |
string |
setName
The name of the project resource in the form:
projects/{project_id}
Generated from protobuf field string name = 1;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |