Reference documentation and code samples for the BigQuery Data Transfer V1 Client class StartManualTransferRunsRequest.
A request to start manual transfer runs.
Generated from protobuf message google.cloud.bigquery.datatransfer.v1.StartManualTransferRunsRequest
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Transfer configuration name in the form: |
↳ requested_time_range |
Google\Cloud\BigQuery\DataTransfer\V1\StartManualTransferRunsRequest\TimeRange
Time range for the transfer runs that should be started. |
↳ requested_run_time |
Google\Protobuf\Timestamp
Specific run_time for a transfer run to be started. The requested_run_time must not be in the future. |
getParent
Transfer configuration name in the form:
projects/{project_id}/transferConfigs/{config_id} or
projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}.
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Transfer configuration name in the form:
projects/{project_id}/transferConfigs/{config_id} or
projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getRequestedTimeRange
Time range for the transfer runs that should be started.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\BigQuery\DataTransfer\V1\StartManualTransferRunsRequest\TimeRange|null |
|
hasRequestedTimeRange
setRequestedTimeRange
Time range for the transfer runs that should be started.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\BigQuery\DataTransfer\V1\StartManualTransferRunsRequest\TimeRange
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getRequestedRunTime
Specific run_time for a transfer run to be started. The requested_run_time must not be in the future.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasRequestedRunTime
setRequestedRunTime
Specific run_time for a transfer run to be started. The requested_run_time must not be in the future.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getTime
| Returns | |
|---|---|
| Type | Description |
string |
|