BigQuery Data Transfer V1 Client - Class LogTransferRunMessagesRequest (1.6.2)

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

Namespace

Google \ Cloud \ BigQuery \ DataTransfer \ V1

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}"

Returns
TypeDescription
string

setName

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getTransferMessages

Messages to append.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setTransferMessages

Messages to append.

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