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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setName
Name of the resource in the form: "projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_id}"
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getTransferMessages
Messages to append.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setTransferMessages
Messages to append.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\BigQuery\DataTransfer\V1\TransferMessage>
|
Returns | |
---|---|
Type | Description |
$this |