BigQuery Data Transfer V1 Client - Class IsDataTransferServiceEnabledRequest (1.3.8)

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

A request to determine whether data transfer is enabled for the project.

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

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