Reference documentation and code samples for the BigQuery Data Transfer V1 Client class UpdateTransferRunRequest.
A request to update a transfer run.
Generated from protobuf message google.cloud.bigquery.datatransfer.v1.UpdateTransferRunRequest
Namespace
Google \ Cloud \ BigQuery \ DataTransfer \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ transfer_run |
Google\Cloud\BigQuery\DataTransfer\V1\TransferRun
Run name must be set and correspond to an already existing run. Only state, error_status, and data_version fields will be updated. All other fields will be ignored. |
↳ update_mask |
Google\Protobuf\FieldMask
Required list of fields to be updated in this request. |
getTransferRun
Run name must be set and correspond to an already existing run. Only state, error_status, and data_version fields will be updated. All other fields will be ignored.
Returns | |
---|---|
Type | Description |
Google\Cloud\BigQuery\DataTransfer\V1\TransferRun |
setTransferRun
Run name must be set and correspond to an already existing run. Only state, error_status, and data_version fields will be updated. All other fields will be ignored.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\BigQuery\DataTransfer\V1\TransferRun
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateMask
Required list of fields to be updated in this request.
Returns | |
---|---|
Type | Description |
Google\Protobuf\FieldMask |
setUpdateMask
Required list of fields to be updated in this request.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$this |