BigQuery Data Transfer V1 Client - Class EnableDataTransferServiceRequest (1.3.8)

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
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

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

getName

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

Generated from protobuf field string name = 1;

Returns
TypeDescription
string

setName

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

Generated from protobuf field string name = 1;

Parameter
NameDescription
var string
Returns
TypeDescription
$this