Reference documentation and code samples for the BigQuery Data Transfer V1 Client class ScheduleTransferRunsResponse.
A response to schedule transfer runs for a time range.
Generated from protobuf message google.cloud.bigquery.datatransfer.v1.ScheduleTransferRunsResponse
Namespace
Google \ Cloud \ BigQuery \ DataTransfer \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ runs |
array<TransferRun>
The transfer runs that were scheduled. |
getRuns
The transfer runs that were scheduled.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setRuns
The transfer runs that were scheduled.
| Parameter | |
|---|---|
| Name | Description |
var |
array<TransferRun>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|