BigQuery Data Transfer V1 Client - Class LogTransferRunMessagesRequest (1.3.8)

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

A request to add transfer status messages to the run.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Name of the resource in the form: "projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_id}"

↳ transfer_messages array<Google\Cloud\BigQuery\DataTransfer\V1\TransferMessage>

Messages to append.

getName

Name of the resource in the form: "projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_id}"

Generated from protobuf field string name = 1;

Returns
TypeDescription
string

setName

Name of the resource in the form: "projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_id}"

Generated from protobuf field string name = 1;

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getTransferMessages

Messages to append.

Generated from protobuf field repeated .google.cloud.bigquery.datatransfer.v1.TransferMessage transfer_messages = 2;

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setTransferMessages

Messages to append.

Generated from protobuf field repeated .google.cloud.bigquery.datatransfer.v1.TransferMessage transfer_messages = 2;

Parameter
NameDescription
var array<Google\Cloud\BigQuery\DataTransfer\V1\TransferMessage>
Returns
TypeDescription
$this